Skip to content
Snippets Groups Projects
Commit e97fca99 authored by Sebastian Lobinger's avatar Sebastian Lobinger
Browse files

update sams_classes/sams_hub.py delete useless function load_language

parent e758608b
No related branches found
No related tags found
No related merge requests found
......@@ -50,9 +50,6 @@ class SAMSHub:
view_func = self.__get_attr(self.__modules[module], view['function'])
self.__blueprints[module].add_url_rule(rule = rule, endpoint = endpoint
, view_func = view_func)
def load_language(self, module = None):
pass
@staticmethod
def _get_module_rule(module, path):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment