[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 1/1] Make sure to import os.path if we are going to use it.
- From: Joel Granados Moreno <jgranado redhat com>
- To: anaconda-devel-list redhat com
- Subject: [PATCH 1/1] Make sure to import os.path if we are going to use it.
- Date: Fri, 29 May 2009 13:30:31 +0200
---
firewall.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/firewall.py b/firewall.py
index 9b320f4..56dcb5d 100644
--- a/firewall.py
+++ b/firewall.py
@@ -21,6 +21,7 @@
#
import iutil
+import os.path
from flags import flags
from constants import *
--
1.6.0.6
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]