projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca4fb8e
)
antarus fears it, and fears it often
author
Alec Warner
<antarus@gentoo.org>
Tue, 8 May 2007 15:42:01 +0000
(15:42 -0000)
committer
Alec Warner
<antarus@gentoo.org>
Tue, 8 May 2007 15:42:01 +0000
(15:42 -0000)
svn path=/main/trunk/; revision=6503
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index aff2c3b8d7059d1f2fc2898703f3aeda9ddb43fe..ac3b79bc21c06b17703e05f6aa993fc191ea7a77 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-12,12
+12,12
@@
VERSION="$Rev$"[6:-2] + "-svn"
try:
import sys
- import copy
- import errno
- import os
- import re
- import shutil
- import time
+
import copy
+
import errno
+
import os
+
import re
+
import shutil
+
import time
try:
import cPickle
except ImportError: