# Copyright 2002-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
# Distributed under the GPL v2
+ 11 Jan 2009; Andrew Gaffney <agaffney@gentoo.org>
+ modules/catalyst/support.py, modules/catalyst/util.py:
+ import cleanups
+
11 Jan 2009; Andrew Gaffney <agaffney@gentoo.org>
modules/catalyst/support.py, modules/catalyst/target/generic_stage.py,
modules/catalyst/util.py:
Collection of utility functions for catalyst
"""
-import sys, traceback, os, os.path
+import sys, traceback, os, os.path, re
from catalyst.error import *
def capture_traceback():