def uninstall(portal, reinstall):
    if not reinstall:
        calsetup.unsetup_portal(portal)
示例#2
0
def uninstall(portal, reinstall):
    if not reinstall:
        calsetup.unsetup_portal(portal)
示例#3
0
def uninstall(self, reinstall=False):
    unsetup_portal(self, reinstall=reinstall)