]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- more cosmetics
authorMariusz Mazur <mmazur@pld-linux.org>
Thu, 13 Jan 2005 00:31:34 +0000 (00:31 +0000)
committerMariusz Mazur <mmazur@pld-linux.org>
Thu, 13 Jan 2005 00:31:34 +0000 (00:31 +0000)
Changed files:
    cgi-bin/index.py -> 1.3

cgi-bin/index.py

index aa0a8a335a0cb063f27ba704098b22b6fd1a426e..aa24c323207ba103648d37005af58c237a1e0db1 100755 (executable)
@@ -17,7 +17,7 @@ def myexceptionhandler(type, value, traceback):
         sys.__excepthook__(type, value, traceback)
     sys.exit(1)
 
         sys.__excepthook__(type, value, traceback)
     sys.exit(1)
 
-sys.excepthook=ziew=myexceptionhandler
+sys.excepthook=myexceptionhandler
 # End printing errors
 
 sys.path.insert(0, '../modules')
 # End printing errors
 
 sys.path.insert(0, '../modules')
This page took 0.058584 seconds and 4 git commands to generate.