diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-05-29 04:23:44 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-05-29 04:23:44 +0000 |
commit | 788b0e42f387a910af7eaa0be8f7f0872a6c7d40 (patch) | |
tree | edba35eb12f75fae03e7c0e28a6ab57113029bcb /partedUtils.py | |
parent | c156782e62a09c67f6784c5e05eec4f435d96baa (diff) | |
download | anaconda-788b0e42f387a910af7eaa0be8f7f0872a6c7d40.tar.gz anaconda-788b0e42f387a910af7eaa0be8f7f0872a6c7d40.tar.xz anaconda-788b0e42f387a910af7eaa0be8f7f0872a6c7d40.zip |
need to import this
Diffstat (limited to 'partedUtils.py')
-rw-r--r-- | partedUtils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/partedUtils.py b/partedUtils.py index c9b0ffd1f..76a27c418 100644 --- a/partedUtils.py +++ b/partedUtils.py @@ -20,6 +20,7 @@ import parted import math import os, sys, string +from product import * import fsset import iutil, isys import raid |