diff options
author | Matt Wilson <msw@redhat.com> | 1999-10-07 02:54:25 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-10-07 02:54:25 +0000 |
commit | 83c2a8c146a46ca14facc1218d9f81dbb0b3d0f5 (patch) | |
tree | 952ffe2e6795fa822e849719a468f2ea8a82628f /anaconda | |
parent | 7d4fe64dc66ace41ae5e7d3dd4a920d961e24232 (diff) | |
download | anaconda-83c2a8c146a46ca14facc1218d9f81dbb0b3d0f5.tar.gz anaconda-83c2a8c146a46ca14facc1218d9f81dbb0b3d0f5.tar.xz anaconda-83c2a8c146a46ca14facc1218d9f81dbb0b3d0f5.zip |
fix for test mode
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,13 +10,13 @@ if sys.argv[1] == "--syslogd": output = sys.argv[3] syslog = Syslogd (root, open (output, "w+")) +if (os.path.exists('isys')): + sys.path.append('isys') + import gettext import traceback import string -if (os.path.exists('isys')): - sys.path.append('isys') - import isys import iutil |