projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c92f08
)
Remove unused import. (trunk r12770)
author
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Mar 2009 06:45:22 +0000
(06:45 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Mar 2009 06:45:22 +0000
(06:45 -0000)
svn path=/main/branches/2.1.6/; revision=13014
pym/portage/util.py
patch
|
blob
|
history
diff --git
a/pym/portage/util.py
b/pym/portage/util.py
index 92f658c5881c61f89185fd90aa0dd7894e0f9876..11fdd21fee8009f0566af99c48b6dad9e2ef9a02 100644
(file)
--- a/
pym/portage/util.py
+++ b/
pym/portage/util.py
@@
-19,7
+19,6
@@
import shlex
import stat
import string
import sys
-import types
from portage.exception import PortageException, FileNotFound, \
OperationNotPermitted, PermissionDenied, ReadOnlyFileSystem