Always use absolute imports.
[invirt/packages/python-afs.git] / afs / pts.py
index cfbfb7d..47346f7 100644 (file)
@@ -1,5 +1,5 @@
 import collections
-import _pts
+from afs import _pts
 
 class PTRelationSet(collections.MutableSet):
     """Collection class for the groups/members of a PTEntry.