[Checkins] SVN: CMF/branches/2.1/slurp_release.py Fix typo, remove unneeded import

Wichert Akkerman wichert at wiggy.net
Wed May 2 10:58:23 EDT 2007


Log message for revision 75008:
  Fix typo, remove unneeded import

Changed:
  U   CMF/branches/2.1/slurp_release.py

-=-
Modified: CMF/branches/2.1/slurp_release.py
===================================================================
--- CMF/branches/2.1/slurp_release.py	2007-05-02 14:37:28 UTC (rev 75007)
+++ CMF/branches/2.1/slurp_release.py	2007-05-02 14:58:22 UTC (rev 75008)
@@ -133,7 +133,7 @@
                                         , 'auth='
                                         ]
                                       )
-        except getopt.GetOptError:
+        except getopt.GetoptError:
             self._usage()
 
         for k, v in opts:
@@ -196,8 +196,6 @@
 
 if __name__ == '__main__':
 
-    import sys
-
     pkg = ReleasePackage( sys.argv[1:] )
 
     pkg.run()



More information about the Checkins mailing list