Monkey-patch python-afs to build dvorak42 precise-prod 0.1.2-1
authorAlexander Chernyakhovsky <achernya@mit.edu>
Sat, 20 Jul 2013 23:51:41 +0000 (19:51 -0400)
committerAlexander Chernyakhovsky <achernya@mit.edu>
Sat, 20 Jul 2013 23:51:41 +0000 (19:51 -0400)
afs/_util.pyx
debian/changelog

index f7f167b..932bdf0 100644 (file)
@@ -54,6 +54,7 @@ class AFSException(Exception):
         return "[%s] %s" % (self.errno, self.strerror)
 
 def pyafs_error(code):
+    global _init
     if not _init:
         initialize_ACFG_error_table()
         initialize_KTC_error_table()
index 0db8ddb..847a6d0 100644 (file)
@@ -1,3 +1,9 @@
+python-afs (0.1.2-1) precise; urgency=low
+
+  * Make _init global inside of pyafs_error. (How did this ever work?)
+
+ -- Alexander Chernyakhovsky <achernya@mit.edu>  Sat, 20 Jul 2013 19:49:52 -0400
+
 python-afs (0.1.1-2) precise; urgency=low
 
   * Updating version for precise migration.