a slightly clearer version of GetSliceFamily
[plcapi.git] / PLC / Methods / DeleteNodeType.py
index c684502..e6e9579 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -32,5 +31,5 @@ class DeleteNodeType(Method):
         node_type = node_types[0]
 
         node_type.delete()
-       
+
         return 1