Remove unnecessary os.path import
authorAndrew Gaffney <agaffney@gentoo.org>
Sat, 12 Sep 2009 18:12:12 +0000 (13:12 -0500)
committerAndrew Gaffney <agaffney@gentoo.org>
Sat, 12 Sep 2009 18:12:12 +0000 (13:12 -0500)
ChangeLog
modules/catalyst/util.py

index d1c4c3228745956d4e0f74621683adf0f0ada79f..fe8eb22f3cae38e1fcd1a9e2934b78318ec7fb9c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
 # Distributed under the GPL v2
 # $Id$
 
+  12 Sep 2009; Andrew Gaffney <agaffney@gentoo.org>
+  modules/catalyst/util.py:
+  Remove unnecessary os.path import
+
   12 Sep 2009; Andrew Gaffney <agaffney@gentoo.org>
   modules/catalyst/lock.py, modules/catalyst/spawn.py,
   modules/catalyst/target/generic_stage.py, modules/catalyst/target/grp.py,
index 1d3e38e3ea624a0f49379ab9046421872bb5ed3c..f0dbdd269b5d04ff1a799d02a9543892ba59f7da 100644 (file)
@@ -2,7 +2,7 @@
 Collection of utility functions for catalyst
 """
 
-import sys, traceback, os, os.path, re, time, shutil
+import sys, traceback, os, re, time, shutil
 import catalyst
 from catalyst.error import *
 from catalyst.output import *