diff options
author | Chris Lumens <clumens@redhat.com> | 2009-01-09 11:06:14 -0500 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2009-01-09 11:06:14 -0500 |
commit | 17cb36dd87a92dc1194138e64f4415848ce7dd32 (patch) | |
tree | 07ba7bebe974ed3396928f97346f1a11eb55ed7f /iutil.py | |
parent | d10f4f994ab3b4b38f6f3d24d06571a42b503577 (diff) | |
download | anaconda-17cb36dd87a92dc1194138e64f4415848ce7dd32.tar.gz anaconda-17cb36dd87a92dc1194138e64f4415848ce7dd32.tar.xz anaconda-17cb36dd87a92dc1194138e64f4415848ce7dd32.zip |
Include the missing import.
Diffstat (limited to 'iutil.py')
-rw-r--r-- | iutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ # Author(s): Erik Troan <ewt@redhat.com> # -import os, string, stat +import os, string, stat, sys import os.path from errno import * import rhpl |