From 16c44cde5fc90f9e1dd1730d158ec79239c84a95 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 15 Sep 2011 16:02:13 +0530 Subject: [PATCH] fixed startup.py --- py/webnotes/handler.py | 1 - py/webnotes/{startup.py => startup_test.py} | 0 2 files changed, 1 deletion(-) rename py/webnotes/{startup.py => startup_test.py} (100%) diff --git a/py/webnotes/handler.py b/py/webnotes/handler.py index 0933bf4613..f4a9228fd9 100755 --- a/py/webnotes/handler.py +++ b/py/webnotes/handler.py @@ -11,7 +11,6 @@ session = None errdoc = '' errdoctype = '' errmethod = '' -fw_folder = '/Users/rushabh/workbench/www/' # Logs diff --git a/py/webnotes/startup.py b/py/webnotes/startup_test.py similarity index 100% rename from py/webnotes/startup.py rename to py/webnotes/startup_test.py