blind review on list-operations added by 2to3:
[nepi.git] / src / nepi / resources / ns3 / ns3base.py
index 4794849..26632e0 100644 (file)
@@ -81,7 +81,7 @@ class NS3Base(ResourceManager):
             return 
 
         kwargs = dict()
-        for attr in list(self._attrs.values()):
+        for attr in self._attrs.values():
             if not ( attr.has_flag(Flags.Construct) and attr.has_changed ):
                 continue