get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / GetNodeTypes.py
index 243fbe1..1810343 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -17,7 +16,7 @@ class GetNodeTypes(Method):
         ]
 
     returns = [NodeType.fields['node_type']]
-    
+
 
     def call(self, auth):
         return [node_type['node_type'] for node_type in NodeTypes(self.api)]