cleanup stable
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Fri, 14 Aug 2009 15:35:09 +0200
branchstable
changeset 2850 92032ede5ae7
parent 2849 297a4b5c6ce4
child 2853 504b6f5e9452
cleanup
_exceptions.py
--- a/_exceptions.py	Fri Aug 14 15:34:49 2009 +0200
+++ b/_exceptions.py	Fri Aug 14 15:35:09 2009 +0200
@@ -79,8 +79,6 @@
     msg = 'You are not allowed to perform this operation'
     msg1 = 'You are not allowed to perform %s operation on %s'
     var = None
-    #def __init__(self, *args):
-    #    self.args = args
 
     def __str__(self):
         try:
@@ -118,9 +116,6 @@
     this may be a programming/typo or a misconfiguration error
     """
 
-# class ViewNotFound(ObjectNotFound):
-#     """raised when an unregistered view is called"""
-
 class NoSelectableObject(RegistryException):
     """some views with the given vid have been found but no
     one is applyable to the result set
@@ -149,4 +144,3 @@
 
 # pylint: disable-msg=W0611
 from logilab.common.clcommands import BadCommandUsage
-