X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/python-afs.git/blobdiff_plain/0b43821ad6fa56b75cddadb4f11f8c7d7d4c84f9..213e63eb879353900471d544e47309cf9de24b46:/afs/_util.pyx diff --git a/afs/_util.pyx b/afs/_util.pyx index f7f167b..932bdf0 100644 --- a/afs/_util.pyx +++ b/afs/_util.pyx @@ -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()