diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-06-11 21:14:34 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-06-11 21:14:34 +0100 |
commit | 4012d95d45254281d44adb814296fafca3c043cf (patch) | |
tree | c8166c1746b30ee3eec87a6cceca09ce983a63d3 /src/backend/uninstall.py | |
parent | deb3e00a75d271a65fe1ec855b324a19763aaf51 (diff) |
let's make sure our imports are sane
Diffstat (limited to 'src/backend/uninstall.py')
-rw-r--r-- | src/backend/uninstall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/uninstall.py b/src/backend/uninstall.py index 1ceb0ba..748e085 100644 --- a/src/backend/uninstall.py +++ b/src/backend/uninstall.py @@ -2,7 +2,7 @@ import subprocess import sisyphus.check -import sisyphus.sync +import sisyphus.database def start(pkgname): sisyphus.check.root() |