[Mpuls-commits] r5385 - base/trunk/mpulsweb/lib

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Sep 21 21:15:38 CEST 2011


Author: bh
Date: 2011-09-21 21:15:38 +0200 (Wed, 21 Sep 2011)
New Revision: 5385

Modified:
   base/trunk/mpulsweb/lib/metaclient.py
Log:
Remove the MetaClient.disable_meta_user method. It's not used.


Modified: base/trunk/mpulsweb/lib/metaclient.py
===================================================================
--- base/trunk/mpulsweb/lib/metaclient.py	2011-09-21 18:34:05 UTC (rev 5384)
+++ base/trunk/mpulsweb/lib/metaclient.py	2011-09-21 19:15:38 UTC (rev 5385)
@@ -292,10 +292,6 @@
         parsed = simplejson.loads(json)
         return parsed.get("cases", []), parsed.get("remaining_searches", 0)
 
-    def disable_meta_user(self):
-        """Will disable login of the meta-user on the meta-server"""
-        return self.perform_get_request("/meta/user/disable")
-
     def meta_case_as_html(self, uuid):
         """Return the meta dataset for the given uuid.
         The return value is a string containing the dataset rendered as



More information about the Mpuls-commits mailing list