Code

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