Made a.m.blender_cloud a module directory
Moved original file contents to blender_cloud/texture_lib.py, to allow space for a future blender_cloud/home_project.py file.
This commit is contained in:
parent
57e07db972
commit
ec7b3159ac
5
pillar/application/modules/blender_cloud/__init__.py
Normal file
5
pillar/application/modules/blender_cloud/__init__.py
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
def setup_app(app, url_prefix):
|
||||
from . import texture_libs
|
||||
|
||||
texture_libs.setup_app(app, url_prefix=url_prefix)
|
@ -18,7 +18,7 @@ TEXTURE_LIBRARY_QUERY_ARGS = {
|
||||
'max_results': 'null', # this needs to be there, or we get a KeyError.
|
||||
}
|
||||
|
||||
blueprint = Blueprint('blender_cloud', __name__)
|
||||
blueprint = Blueprint('blender_cloud.texture_libs', __name__)
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user