]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- no need to use the exceptions module; Exception is a builtin class
authorMariusz Mazur <mmazur@pld-linux.org>
Mon, 31 Mar 2008 21:35:14 +0000 (21:35 +0000)
committerMariusz Mazur <mmazur@pld-linux.org>
Mon, 31 Mar 2008 21:35:14 +0000 (21:35 +0000)
Changed files:
    modules/ftptree.py -> 1.33

modules/ftptree.py

index b56f8126633325f1cf588615e55809c2f6cb1f0e..efbec2c42183984ab36e3fa4a6d34a80ce879eb5 100644 (file)
@@ -7,8 +7,7 @@ errnum=0
 
 quietmode=False
 
-import exceptions
-class SomeException(exceptions.Exception):
+class SomeException(Exception):
     def __init__(self):
         return
 
This page took 0.033766 seconds and 4 git commands to generate.