webnotes.init in wnf.py
This commit is contained in:
parent
72e44747a1
commit
cae2149378
1 changed files with 2 additions and 0 deletions
2
wnf.py
2
wnf.py
|
|
@ -339,6 +339,8 @@ def run():
|
|||
return
|
||||
|
||||
import webnotes
|
||||
webnotes.init()
|
||||
|
||||
try:
|
||||
import conf
|
||||
except ImportError, e:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue