commit | 8ebf4e27efe1179a83092392b3c26398ed9cc4e9 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Tue Feb 07 13:31:09 2012 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Tue Feb 07 13:31:09 2012 +0530 |
tree | cabcc172411c88ecc4597b4cf0d8e05a42f6539c | |
parent | 518533fde01b4374d7769f27753d2218f32e58db [diff] [blame] |
moved index to webnotes/cms
diff --git a/index.cgi b/index.cgi index bc1de92..3ec31e7 100755 --- a/index.cgi +++ b/index.cgi
@@ -32,11 +32,11 @@ if 'cmd' in webnotes.form_dict: webnotes.handler.handle() else: - import webnotes.index + import webnotes.cms.index print "Content-Type: text/html" webnotes.handler.print_cookies() print - print webnotes.index.get() + print webnotes.cms.index.get() if __name__=="__main__": init()