소스 검색

chore: Drop dead code to handle webnotes frappe naming

version-14
Gavin D'souza 4 년 전
부모
커밋
a74ffda29b
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. +1
    -3
      frappe/__init__.py

+ 1
- 3
frappe/__init__.py 파일 보기

@@ -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)


불러오는 중...
취소
저장