Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/app/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.py')
-rw-r--r--app/app.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/app.py b/app/app.py
index 40405cb..73c86e9 100644
--- a/app/app.py
+++ b/app/app.py
@@ -100,9 +100,9 @@ def chdir():
#session['edit_history']=[]
if os.path.isdir('app'):
session['pwd']=session['project_home_dir']='app'
- session['project_home']='/edit/app/app.py'
- elif os.path.isfile('activity.py'):
- session['project_home']='/edit/activity.py'
+ #session['project_home']='/edit/app/app.py'
+ #elif os.path.isfile('activity.py'):
+ #session['project_home']='/edit/activity.py'
return vsplit(frame1=session['project_home'],
frame2='/files/%s' % session['pwd'])