diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-08-06 23:15:10 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-08-06 23:15:10 +0000 |
commit | dc28606529e29fc22f2b0977035d49646f30ea2c (patch) | |
tree | f55ae2ec13c21687dee344047900dd67f3428825 /textw | |
parent | c6d790ba5ecc71ddf8880c5f3397f013a495b75b (diff) | |
download | anaconda-dc28606529e29fc22f2b0977035d49646f30ea2c.tar.gz anaconda-dc28606529e29fc22f2b0977035d49646f30ea2c.tar.xz anaconda-dc28606529e29fc22f2b0977035d49646f30ea2c.zip |
already imported
Diffstat (limited to 'textw')
-rw-r--r-- | textw/partition_text.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py index 93dcc85e8..714c4ab9b 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -30,7 +30,6 @@ from log import log # sanity checking for various numeric input boxes def invalidInteger(str): - import string ints = string.digits if str == "": return _("Must specify a value") |