[webutils] [minor] [bugfix]

This commit is contained in:
Rushabh Mehta 2013-09-04 14:58:15 +05:30
parent 4515805b9a
commit 140f9052a9

View File

@ -3,14 +3,14 @@
import os
import webnotes
import webnotes.webutils
def make():
from startup.webutils import get_home_page
if not webnotes.conn:
webnotes.connect()
home_page = webnotes.webutils.get_home_page()
home_page = get_home_page()
fname = 'js/wn-web.js'
if os.path.basename(os.path.abspath('.'))!='public':