summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-05-08 15:42:01 +0000
committerAlec Warner <antarus@gentoo.org>2007-05-08 15:42:01 +0000
commite4f77c9225db69cf90be88c0de578df022ae30fe (patch)
tree09431a6e8486b4ab7a67303c8bfccc6a860e500b /pym
parentca4fb8e0a4a03d723f99f3ec2f73e3c43b3ccf64 (diff)
downloadportage-e4f77c9225db69cf90be88c0de578df022ae30fe.tar.gz
portage-e4f77c9225db69cf90be88c0de578df022ae30fe.tar.bz2
portage-e4f77c9225db69cf90be88c0de578df022ae30fe.zip
antarus fears it, and fears it often
svn path=/main/trunk/; revision=6503
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index aff2c3b8d..ac3b79bc2 100644
--- 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: