From cae2149378698adceaa45afe2ddf5a02af4940ec Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Wed, 18 Sep 2013 00:38:44 +0530 Subject: [PATCH] webnotes.init in wnf.py --- wnf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wnf.py b/wnf.py index 23c80c1923..8d29051f47 100755 --- a/wnf.py +++ b/wnf.py @@ -339,6 +339,8 @@ def run(): return import webnotes + webnotes.init() + try: import conf except ImportError, e: