summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-08-06 23:15:10 +0000
committerJeremy Katz <katzj@redhat.com>2001-08-06 23:15:10 +0000
commitdc28606529e29fc22f2b0977035d49646f30ea2c (patch)
treef55ae2ec13c21687dee344047900dd67f3428825 /textw
parentc6d790ba5ecc71ddf8880c5f3397f013a495b75b (diff)
downloadanaconda-dc28606529e29fc22f2b0977035d49646f30ea2c.tar.gz
anaconda-dc28606529e29fc22f2b0977035d49646f30ea2c.tar.xz
anaconda-dc28606529e29fc22f2b0977035d49646f30ea2c.zip
already imported
Diffstat (limited to 'textw')
-rw-r--r--textw/partition_text.py1
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")