diff --git a/management/univention-appcenter/udm/handlers/appcenter/app.py b/management/univention-appcenter/udm/handlers/appcenter/app.py index 330fb14..8d34f50 100644 --- a/management/univention-appcenter/udm/handlers/appcenter/app.py +++ b/management/univention-appcenter/udm/handlers/appcenter/app.py @@ -348,24 +348,6 @@ class object(univention.admin.handlers.simpleLdap): module=module - def __init__(self, co, lo, position, dn='', superordinate=None, attributes = [] ): - global mapping - global property_descriptions - - self.mapping=mapping - self.descriptions=property_descriptions - self.options=[] - - self.alloc=[] - - univention.admin.handlers.simpleLdap.__init__(self, co, lo, position, dn, superordinate, attributes = attributes) - - def open(self): - univention.admin.handlers.simpleLdap.open(self) - - def _ldap_pre_create(self): - self.dn='univentionAppID=%s,%s' % ( mapping.mapValue('id', self.info['id']), self.position.getDn()) - def _ldap_addlist(self): ocs=['top', OC]