diff options
author | Mike Fulbright <msf@redhat.com> | 1999-08-11 02:24:40 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 1999-08-11 02:24:40 +0000 |
commit | f00924d0a1f956aab6ca39ab9ee75f5808c4212a (patch) | |
tree | 6700e8c545abf83662c6dc1a7b5ec46b5dd43860 /gui.py | |
parent | 88398c3ac71073534c49405f5c75226c2dab3112 (diff) | |
download | anaconda-f00924d0a1f956aab6ca39ab9ee75f5808c4212a.tar.gz anaconda-f00924d0a1f956aab6ca39ab9ee75f5808c4212a.tar.xz anaconda-f00924d0a1f956aab6ca39ab9ee75f5808c4212a.zip |
removed _balkan importing
Diffstat (limited to 'gui.py')
-rwxr-xr-x | gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ from gnomepyfsedit import fsedit import isys import sys -import _balkan + import thread import rpm from thread import * |