summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/portage_module.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/portage_module.py b/modules/portage_module.py
index 3daf9f4..2209544 100644
--- a/modules/portage_module.py
+++ b/modules/portage_module.py
@@ -3,8 +3,7 @@
# LICENSE - GPL2
# the portage module.
-import os, sys, shutil
-import signal, re, pickle, tempfile
+import os, sys
import package_module
sys.path = ["/usr/lib/portage/pym"] + sys.path
os.environ["PORTAGE_CALLER"] = "depchecker"