[O] tools: Use module instead of custom search path
This commit is contained in:
parent
2ca7103f1a
commit
4d073df750
3 changed files with 3 additions and 8 deletions
|
|
@ -6,16 +6,13 @@ import re
|
|||
import shlex
|
||||
import stat
|
||||
import subprocess
|
||||
import sys
|
||||
from pathlib import Path
|
||||
from packaging import version as pv
|
||||
|
||||
sys.path.append(str(Path(__file__).parent.parent))
|
||||
from packaging import version as pv
|
||||
|
||||
from tools.list_distros import generate_help
|
||||
from tools.reformat_readme import reformat_readme
|
||||
|
||||
|
||||
NEOFETCH_NEW_VERSION = ""
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue