iro/newuser.py
branchdevel
changeset 76 9f7da8dc8df8
parent 75 c6a281dafa7a
child 79 17a00b99b9fd
--- a/iro/newuser.py	Fri Dec 09 15:39:29 2011 +0100
+++ b/iro/newuser.py	Sun Dec 18 11:49:12 2011 +0100
@@ -12,12 +12,11 @@
 #along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 class User: 
-    '''
-    class for a xmlrpc user
+    '''class for a xmlrpc user
     '''
     
     def status(self, apikey, id=None, detailed=False):
-        u'''Gibt den aktuellen Status eines Auftrages zurück.
+        '''Gibt den aktuellen Status eines Auftrages zurück.
 
         Keywords:
         apikey[string]: Der API Key
@@ -34,7 +33,7 @@
         pass
 
     def stop(self, apikey,id):
-        u'''Stoppt den angegeben Auftrag.
+        '''Stoppt den angegeben Auftrag.
 
         Keywords:
         apikey[string]: Der API Key
@@ -46,7 +45,7 @@
         pass
     
     def sms(self, apikey, message, recipients, route="default"):
-        u'''Versendet eine SMS.
+        '''Versendet eine SMS.
 
         Keywords:
         apikey[string]: Der API Key
@@ -63,7 +62,7 @@
    
     
     def fax(self, apikey, subject, fax, recipients, route="default"):
-        u'''Versendet ein FAX.
+        '''Versendet ein FAX.
 
         Keywords:
         apikey[string]: Der API Key
@@ -80,7 +79,7 @@
         pass
 
     def mail(self, apikey, subject,  body, recipients, frm, route="default"):
-        u'''Versendet eine Email.
+        '''Versendet eine Email.
 
         Keywords:
         apikey[string]: Der API Key
@@ -98,7 +97,7 @@
         pass
        
     def routes(self, apikey, typ):
-        u'''Gibt eine Liste aller verfügbaren Provider zurück.
+        '''Gibt eine Liste aller verfügbaren Provider zurück.
 
         Keywords:
         apikey[string]: Der API Key
@@ -112,7 +111,7 @@
         pass
         
     def defaultRoute(self, apikey, typ):
-        u'''Gibt den Standardprovider zurück.
+        '''Gibt den Standardprovider zurück.
  
         Keywords:
         apikey[string]: Der API Key
@@ -127,7 +126,7 @@
         pass
 
     def statistic(self,apikey):
-        u'''Gibt eine Statik zurück über die versendendeten Nachrichten und des Preises.
+        '''Gibt eine Statik zurück über die versendendeten Nachrichten und des Preises.
 
         Keywords:
         apikey[string]: Der API Key