summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
diff options
context:
space:
mode:
Diffstat (limited to 'pym/portage.py')
-rw-r--r--pym/portage.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/pym/portage.py b/pym/portage.py
index 8b1c0871c..579ee3f8b 100644
--- a/pym/portage.py
+++ b/pym/portage.py
@@ -17,10 +17,7 @@ except ImportError:
raise
try:
- import os,string,types,signal,fcntl,errno
- import time,traceback,copy
- import re,pwd,grp,commands
- import shlex,shutil
+ import copy, errno, os, re, shutil, string, time, types
try:
import cPickle
except ImportError: