get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / AddNodeType.py
index 034ed41..d06b7cb 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -22,7 +20,7 @@ class AddNodeType(Method):
 
     returns = Parameter(int, '1 if successful')
 
-    
+
     def call(self, auth, name):
         node_type = NodeType(self.api)
         node_type['node_type'] = name