7 lines
77 B
Python
7 lines
77 B
Python
|
index_path = '/'
|
||
|
|
||
|
include_paths = [
|
||
|
'erpnext',
|
||
|
'lib/py',
|
||
|
'lib/py/legacy'
|
||
|
]
|