projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d617a22
)
portage/dbapi/vartree.py: Remove unused import
author
Sebastian Luther
<SebastianLuther@gmx.de>
Wed, 11 Aug 2010 07:09:56 +0000
(09:09 +0200)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 11 Aug 2010 07:51:27 +0000
(
00:51
-0700)
pym/portage/dbapi/vartree.py
patch
|
blob
|
history
diff --git
a/pym/portage/dbapi/vartree.py
b/pym/portage/dbapi/vartree.py
index 130f8f5370a7e256c97fc429f1fa587ed0857f0a..6f587f7b42aaa0b42af59ed5702a230205f064e0 100644
(file)
--- a/
pym/portage/dbapi/vartree.py
+++ b/
pym/portage/dbapi/vartree.py
@@
-59,7
+59,6
@@
import stat
import sys
import tempfile
import time
-import warnings
try:
import cPickle as pickle