mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 15:34:15 +02:00
commons
This commit is contained in:
@@ -8,7 +8,7 @@ from bauh_api.abstract.controller import SoftwareManager, ApplicationContext
|
||||
from bauh import __app_name__
|
||||
from bauh.util import util
|
||||
|
||||
ignore_modules = {'{}_api'.format(__app_name__)}
|
||||
ignore_modules = {'{}_api'.format(__app_name__), '{}_commons'.format(__app_name__)}
|
||||
ext_pattern = '{}_'.format(__app_name__)
|
||||
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
from bauh import ROOT_DIR
|
||||
|
||||
|
||||
def get_path(resource_path):
|
||||
return ROOT_DIR + '/resources/' + resource_path
|
||||
Reference in New Issue
Block a user