mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +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
|
import webnotes, os
|
||||||
|
|
||||||
def make_demo_app():
|
def make_demo_app():
|
||||||
|
|||||||
Reference in New Issue
Block a user