stick to default python sys.path

This commit is contained in:
Michael Pöhn 2020-01-29 13:08:43 +01:00
parent 3a3803ea2d
commit b257a3411a
2 changed files with 7 additions and 5 deletions

View file

@ -91,7 +91,6 @@ def find_plugins():
def main():
sys.path.append(os.getcwd())
fdroid_modules = find_plugins()
if len(sys.argv) <= 1: