- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / NotifySupport.py
index 99ec318..84b599f 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
 from PLC.Auth import Auth
@@ -5,7 +7,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.
     """