diff options
author | Ales Kozumplik <akozumpl@redhat.com> | 2010-06-09 15:25:59 +0200 |
---|---|---|
committer | Ales Kozumplik <akozumpl@redhat.com> | 2010-06-10 16:32:21 +0200 |
commit | fc7962fa1e6accba64debd24da01b665e3b43d33 (patch) | |
tree | 9a4f2ae92527a4b9905eef5c585ac0c9f1d2ea97 | |
parent | f91d01a1f5c9086abe462afa2d92ce2e8285d890 (diff) | |
download | anaconda-fc7962fa1e6accba64debd24da01b665e3b43d33.tar.gz anaconda-fc7962fa1e6accba64debd24da01b665e3b43d33.tar.xz anaconda-fc7962fa1e6accba64debd24da01b665e3b43d33.zip |
do not import block from isys. not needed. (#601291).
how it fixes the bug: we import pyanaconda.languages during the build,
that does pyanaconda.__init__, that imports pyblock, we get that error
output:
dm.c: 1640: not running as root returning empty list
it ends up in the lang-names file, then the traceback at the anaconda
start.
-rwxr-xr-x | isys/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/isys/__init__.py b/isys/__init__.py index f5cd0b15b..61b961029 100755 --- a/isys/__init__.py +++ b/isys/__init__.py @@ -35,7 +35,6 @@ import warnings import resource import re import struct -import block import dbus import selinux |