moved index to webnotes/cms
This commit is contained in:
parent
518533fde0
commit
8ebf4e27ef
@ -32,11 +32,11 @@ def respond():
|
|||||||
if 'cmd' in webnotes.form_dict:
|
if 'cmd' in webnotes.form_dict:
|
||||||
webnotes.handler.handle()
|
webnotes.handler.handle()
|
||||||
else:
|
else:
|
||||||
import webnotes.index
|
import webnotes.cms.index
|
||||||
print "Content-Type: text/html"
|
print "Content-Type: text/html"
|
||||||
webnotes.handler.print_cookies()
|
webnotes.handler.print_cookies()
|
||||||
print
|
print
|
||||||
print webnotes.index.get()
|
print webnotes.cms.index.get()
|
||||||
|
|
||||||
if __name__=="__main__":
|
if __name__=="__main__":
|
||||||
init()
|
init()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user