some pep8 changes (fixed spacing at end)

This commit is contained in:
mdipierro
2012-10-19 10:37:07 -05:00
parent d552eb2eeb
commit b716df1a05
136 changed files with 12 additions and 653 deletions
@@ -441,7 +441,3 @@ def ccache():
return dict(form=form, total=total,
ram=ram, disk=disk, object_stats=hp != False)
-2
View File
@@ -198,5 +198,3 @@ def toggle_breakpoint():
except Exception, e:
session.flash = str(e)
return response.json({'ok': ok, 'lineno': lineno})
@@ -1697,5 +1697,3 @@ def git_push():
session.flash = T("Push failed, git exited abnormally. See logs for details.")
redirect(URL('site'))
return dict(app=app,form=form)
-3
View File
@@ -89,6 +89,3 @@ def callback():
except:
errors=''
return (output+errors).replace('\n','<br/>')
@@ -80,6 +80,3 @@ def revision():
desc=ctx.description(),
form=form
)
@@ -58,4 +58,3 @@ class EXISTS(object):
if os.path.exists(value):
return (value,None)
return (value,self.error_message)
@@ -6,6 +6,3 @@ def index():
def about():
return locals()
-3
View File
@@ -43,6 +43,3 @@ def reset():
session['commands:'+app] = []
session['history:'+app] = gluon.contrib.shell.History()
return 'done'
@@ -27,6 +27,3 @@ def profiler():
size += len(data)
response.cookies[KEY] = size
return data
@@ -127,5 +127,3 @@ def detach_debugger():
def call():
session.forget()
return service()
-3
View File
@@ -554,6 +554,3 @@ def call(): return service()
path = os.path.join(request.folder,'..',app,'databases','*')
for file in glob.glob(path):
os.unlink(file)