diff options
author | bfox <bfox> | 2000-10-09 15:52:20 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-10-09 15:52:20 +0000 |
commit | d350b036072c2d47a169186d44e126c1de7531ac (patch) | |
tree | 541a16ffab33fb60ab8b20cacade83629565e061 /fstab.py | |
parent | 19dc4b45801ddee33fec2c1222c99e70b17c7e0b (diff) | |
download | anaconda-d350b036072c2d47a169186d44e126c1de7531ac.tar.gz anaconda-d350b036072c2d47a169186d44e126c1de7531ac.tar.xz anaconda-d350b036072c2d47a169186d44e126c1de7531ac.zip |
Imported sys module so calling sys.exit(0) no longer causes traceback.
Diffstat (limited to 'fstab.py')
-rw-r--r-- | fstab.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,9 +21,11 @@ import string import raid import struct import _balkan +import sys from translate import _ from log import log + def isValidExt2(device): file = '/tmp/' + device isys.makeDevInode(device, file) |