Skip to content

Commit

Permalink
SubModules: Switch WebModules package to webModulesSM for easier te…
Browse files Browse the repository at this point in the history
…sting
  • Loading branch information
JulienCochuyt committed Aug 20, 2024
1 parent d2f2c6d commit 21ddb25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/globalPlugins/webAccess/store/webModule.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

class WebModuleJsonFileDataStore(Store):

def __init__(self, name, basePath, dirName="webModulesMC"):
def __init__(self, name, basePath, dirName="webModulesSM"):
super().__init__(name=name)
self.basePath = basePath
self.path = os.path.join(basePath, dirName)
Expand Down
2 changes: 1 addition & 1 deletion addon/globalPlugins/webAccess/webModuleHandler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
from ..store import MalformedRefError


PACKAGE_NAME = "webModulesMC"
PACKAGE_NAME = "webModulesSM"

store = None
_catalog = None
Expand Down

0 comments on commit 21ddb25

Please sign in to comment.