X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FNodes.py;h=7e27ed444e24e57e9804d5a868e7f063fb7ff19b;hb=HEAD;hp=87789ea93f158fa85d5b4f2511b5c877d4271fce;hpb=7e1cc31ebbf14297f1b6e02c1b011cfd4cd0d243;p=plcapi.git diff --git a/PLC/Nodes.py b/PLC/Nodes.py index 87789ea..7e27ed4 100644 --- a/PLC/Nodes.py +++ b/PLC/Nodes.py @@ -16,6 +16,7 @@ from PLC.Table import Row, Table from PLC.NodeTypes import NodeTypes from PLC.BootStates import BootStates from PLC.Interfaces import Interface, Interfaces +from PLC.TagTypes import TagType, TagTypes def valid_hostname(hostname): # 1. Each part begins and ends with a letter or number.