def __init__(self, import_name, **kwargs): kwargs.setdefault("url_prefix", self.node_path) kwargs.setdefault("static_url_path", '/static') PgAdminModule.__init__(self, "NODE-%s" % self.node_type, import_name, **kwargs) PGChildModule.__init__(self)
def __init__(self, import_name, **kwargs): kwargs.setdefault("url_prefix", self.node_path) kwargs.setdefault("static_url_path", '/static') PgAdminModule.__init__( self, "NODE-%s" % self.node_type, import_name, **kwargs ) PGChildModule.__init__(self)