src/modules/misc.py
changeset 2097 068cc63b4d6e
parent 2043 852501e586d0
child 2112 5e0694e53b38
--- a/src/modules/misc.py	Thu Sep 30 14:32:39 2010 -0700
+++ b/src/modules/misc.py	Fri Oct 01 01:02:46 2010 -0700
@@ -479,11 +479,6 @@
         return _(error) % locals()
 
 
-class CfgCacheError(Exception):
-        """Thrown when there are errors with the cfg cache."""
-        def __init__(self, args=None):
-                self._args = args
-
 # ImmutableDict and EmptyI for argument defaults
 EmptyI = tuple()