the big merge
[nepi.git] / src / nepi / util / guid.py
index 24ca3cc..4585211 100644 (file)
@@ -22,6 +22,7 @@ class GuidGenerator(object):
     def __init__(self):
         self._last_guid = 0
 
+    # xxx_next_hiccup - this is used as a plain function, and only in ec.py
     def next(self, guid = None):
         if guid == None:
             guid = self._last_guid + 1