[Da-tools-commits] ./da-tools/userdir-ldap-cgi-python r4: fixed bug.

Robin Wittler real at geek-at-work.org
Sat Jan 10 22:27:36 UTC 2009


------------------------------------------------------------
revno: 4
committer: Robin Wittler <real at geek-at-work.org>
branch nick: userdir-ldap-cgi-python
timestamp: Sat 2009-01-10 23:27:36 +0100
message:
  fixed bug.
modified:
  ud_ldap_ng/controllers/udldapng.py
-------------- next part --------------
=== modified file 'ud_ldap_ng/controllers/udldapng.py'
--- a/ud_ldap_ng/controllers/udldapng.py	2009-01-10 22:14:19 +0000
+++ b/ud_ldap_ng/controllers/udldapng.py	2009-01-10 22:27:36 +0000
@@ -34,14 +34,10 @@
                 if not d or type(d) != list:
                     d = []
                 c.result.get(hostname).setdefault(b, d)
+        return render('/machines.html')
 
     def lala(self):
         return "hello world"
-    
-
-
-            
-        return render('/machines.html')
         #return repr(searchHosts(con))
 #        return 'Hello World'
 



More information about the Da-tools-commits mailing list