diff options
author | Joel Granados Moreno <jgranado@redhat.com> | 2009-05-29 13:28:02 +0200 |
---|---|---|
committer | Joel Granados Moreno <jgranado@redhat.com> | 2009-05-29 13:28:02 +0200 |
commit | 5eb505e744f9fa0ebf2c7ddc8bb6af2c47824bd8 (patch) | |
tree | 3d206c8d9daf03673c4718a3fd7ba1f888a97d5b | |
parent | 820d13ffc64a4c5374305f37fe9dbe235ab873ea (diff) | |
download | anaconda-5eb505e744f9fa0ebf2c7ddc8bb6af2c47824bd8.tar.gz anaconda-5eb505e744f9fa0ebf2c7ddc8bb6af2c47824bd8.tar.xz anaconda-5eb505e744f9fa0ebf2c7ddc8bb6af2c47824bd8.zip |
Make sure to import os.path if we are going to use it.
-rw-r--r-- | firewall.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/firewall.py b/firewall.py index 9b320f4b1..56dcb5d6b 100644 --- a/firewall.py +++ b/firewall.py @@ -21,6 +21,7 @@ # import iutil +import os.path from flags import flags from constants import * |