mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 20:48:27 +00:00
[fix] [demo] extend sys path for make_erpnext_demo
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
if __name__=="__main__":
|
||||
import sys
|
||||
sys.path.extend([".", "lib", "app"])
|
||||
|
||||
import webnotes, os
|
||||
|
||||
def make_demo_app():
|
||||
|
||||
Reference in New Issue
Block a user