Add timestamps to Nodes, PCUs and Interfaces to make concrete
[plcapi.git] / PLC / Methods / DeleteNodeType.py
index c684502..d5bc58d 100644 (file)
@@ -1,4 +1,5 @@
 # $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -32,5 +33,5 @@ class DeleteNodeType(Method):
         node_type = node_types[0]
 
         node_type.delete()
-       
+
         return 1