mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
stick to default python sys.path
This commit is contained in:
parent
3a3803ea2d
commit
b257a3411a
2 changed files with 7 additions and 5 deletions
|
|
@ -91,7 +91,6 @@ def find_plugins():
|
|||
|
||||
|
||||
def main():
|
||||
sys.path.append(os.getcwd())
|
||||
fdroid_modules = find_plugins()
|
||||
|
||||
if len(sys.argv) <= 1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue