X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FPCUs.py;h=27a94aea39eda6fa5756715118f5ee46b0cbc126;hb=d910a6190fec258ddbf0e26d01539839ac3fdc76;hp=563acf97ad30e896f709f8ad846f6e8dd3f82b57;hpb=bad15080f628863dd7d37fd98fad688491b6fe66;p=plcapi.git diff --git a/PLC/PCUs.py b/PLC/PCUs.py index 563acf9..27a94ae 100644 --- a/PLC/PCUs.py +++ b/PLC/PCUs.py @@ -12,7 +12,7 @@ from PLC.Parameter import Parameter from PLC.Filter import Filter from PLC.Debug import profile from PLC.Table import Row, Table -from PLC.NodeNetworks import valid_ip, NodeNetwork, NodeNetworks +from PLC.Interfaces import valid_ip, Interface, Interfaces from PLC.Nodes import Node, Nodes class PCU(Row):