summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-01-04 22:13:37 +0000
committerMatt Wilson <msw@redhat.com>2000-01-04 22:13:37 +0000
commite83a960f94e98ee6b6b0511c2a4a3d9beaac8858 (patch)
tree399c3ebe63925b288814d3f8d8882affe198db38 /anaconda
parentf943787f0608966aa0d106382eb495638eb0313c (diff)
downloadanaconda-e83a960f94e98ee6b6b0511c2a4a3d9beaac8858.tar.gz
anaconda-e83a960f94e98ee6b6b0511c2a4a3d9beaac8858.tar.xz
anaconda-e83a960f94e98ee6b6b0511c2a4a3d9beaac8858.zip
quick hack to get the newtpyfsedit module into the hdimage
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 2 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index f861c736a..e9f1e790d 100755
--- a/anaconda
+++ b/anaconda
@@ -242,6 +242,8 @@ if traceOnly:
import mimetools
import mimetypes
import syslogd
+ if display_mode == 't':
+ from newtpyfsedit import fsedit
for module in sys.__dict__['modules'].keys ():
if module not in [ "__builtin__", "__main__" ]:
foo = repr (sys.__dict__['modules'][module])