def uninstall(portal, reinstall):
    if not reinstall:
        calsetup.unsetup_portal(portal)
def uninstall(portal, reinstall):
    if not reinstall:
        calsetup.unsetup_portal(portal)
def uninstall(self, reinstall=False):
    unsetup_portal(self, reinstall=reinstall)