Monkey-patch python-afs to build
[invirt/packages/python-afs.git] / afs / _util.pyx
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()