Code

missed removing this one
[roundup.git] / roundup / security.py
index f34892ee9701716868545540820c70bc2ed59705..9ff5415113edccd1b44199e2a876700d9ce0e812 100644 (file)
@@ -66,8 +66,9 @@ class Security:
             description="User may register through the email")
 
         # initialise the permissions and roles needed for the UIs
-        from roundup import cgi_client, mailgw
-        cgi_client.initialiseSecurity(self)
+        from roundup.cgi import client
+        client.initialiseSecurity(self)
+        from roundup import mailgw
         mailgw.initialiseSecurity(self)
 
     def getPermission(self, permission, classname=None):