Commit a1121043 authored by Jérome Perrin's avatar Jérome Perrin

those methods are useless now


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21024 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2911e1c0
......@@ -62,20 +62,6 @@ class TestCalendar(ERP5TypeTestCase):
user = uf.getUserById('rc').__of__(uf)
newSecurityManager(None, user)
def enableLightInstall(self):
"""
You can override this.
Return if we should do a light install (1) or not (0)
"""
return 1
def enableActivityTool(self):
"""
You can override this.
Return if we should create (1) or not (0) an activity tool.
"""
return 1
def createCategories(self):
"""
Light install create only base categories, so we create
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment