Jean-Michel Caricand преди 2 години
родител
ревизия
9244d0df81
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      generate.py

+ 1 - 1
generate.py

@@ -1054,7 +1054,7 @@ if __name__ == "__main__":
             "with-zlib-cppflags=", "with-zlib-ldflags=", "with-zlib=",
             "with-libxml-cppflags=", "with-libxml-ldflags=", "with-libxml=",
             "type="])
-    except getopt.GetoptError, err:
+    except(getopt.GetoptError, err):
         # print help information and exit:
         print str(err) # will print something like "option -a not recognized"
         usage()