summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
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: