Remove the import for rpm from exceptions.py since the module is never used. Elliot -- Elliot Peele rPath, Inc. elliot@xxxxxxxxx 919.851.3984 2117
diff -r 3fc293a8dca0 -r 0044f7260218 exception.py --- a/exception.py Tue Mar 06 00:04:11 2007 -0500 +++ b/exception.py Tue Mar 06 15:50:12 2007 -0500 @@ -22,7 +22,6 @@ import traceback import traceback import iutil import types -import rpm import bdb import rhpl import time