chore: Drop dead code to handle webnotes frappe naming
This commit is contained in:
parent
0d8aeba3ee
commit
a74ffda29b
1 changed files with 1 additions and 3 deletions
|
|
@ -1110,9 +1110,7 @@ def setup_module_map():
|
|||
|
||||
if not (local.app_modules and local.module_app):
|
||||
local.module_app, local.app_modules = {}, {}
|
||||
for app in get_all_apps(True):
|
||||
if app == "webnotes":
|
||||
app = "frappe"
|
||||
for app in get_all_apps(with_internal_apps=True):
|
||||
local.app_modules.setdefault(app, [])
|
||||
for module in get_module_list(app):
|
||||
module = scrub(module)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue