# 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,
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 *