diff options
author | Matt Wilson <msw@redhat.com> | 2000-01-04 22:13:37 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-01-04 22:13:37 +0000 |
commit | e83a960f94e98ee6b6b0511c2a4a3d9beaac8858 (patch) | |
tree | 399c3ebe63925b288814d3f8d8882affe198db38 /anaconda | |
parent | f943787f0608966aa0d106382eb495638eb0313c (diff) | |
download | anaconda-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-x | anaconda | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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]) |