Rename afs.afs to afs._util so that absolute imports from afs work.
[invirt/packages/python-afs.git] / afs / _pts.pyx
index 420c739..3c10b70 100644 (file)
@@ -1,5 +1,5 @@
-from afs cimport *
-from afs import pyafs_error
+from afs._util cimport *
+from afs._util import pyafs_error
 import re
 
 cdef extern from "afs/ptuser.h":