dav_base.config.modules: removed unused code
Run tests / Execute tox to run the test suite (push) Successful in 3m33s
Run tests / Execute tox to run the test suite (push) Successful in 3m33s
This commit is contained in:
@@ -65,9 +65,7 @@ class ModuleMeta:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def root_url_name(self):
|
def root_url_name(self):
|
||||||
if self.url_namespace:
|
|
||||||
return '{}:{}'.format(self.url_namespace, self._root_url_name)
|
return '{}:{}'.format(self.url_namespace, self._root_url_name)
|
||||||
return self._root_url_name
|
|
||||||
|
|
||||||
def _load_from_package(self):
|
def _load_from_package(self):
|
||||||
package_name = self._package_name
|
package_name = self._package_name
|
||||||
|
|||||||
Reference in New Issue
Block a user