webnotes.init in wnf.py

This commit is contained in:
Pratik Vyas 2013-09-18 00:38:44 +05:30
parent 72e44747a1
commit cae2149378

2
wnf.py
View file

@ -339,6 +339,8 @@ def run():
return
import webnotes
webnotes.init()
try:
import conf
except ImportError, e: