fixed: encodes boolean and double type values for the requests
[plcapi.git] / PLC / Methods / NotifySupport.py
index bf71520..fbd3358 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
 from PLC.Auth import Auth
@@ -7,7 +5,7 @@ from PLC.sendmail import sendmail
 
 class NotifySupport(Method):
     """
-    Sends an e-mail message to the configured support address. 
+    Sends an e-mail message to the configured support address.
 
     Returns 1 if successful.
     """