blind review on list-operations added by 2to3:
[nepi.git] / src / nepi / resources / ns3 / ns3wrapper.py
index cea3afb..dcaadeb 100644 (file)
@@ -326,6 +326,7 @@ class NS3Wrapper(object):
             # If the result is an object (not a base value),
             # then keep track of the object a return the object
             # reference (newuuid)
+            # xxx the two instances of `int` are from 2to3
             if not (result is None or type(result) in [
                     bool, float, int, str, int]):
                 self._objects[newuuid] = result