commit:     73646b04be79d78f84ae50306ee1190c23034179
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 19:53:25 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 19:53:36 2017 +0000
URL:        https://gitweb.gentoo.org/proj/grumpy.git/commit/?id=73646b04

refactor two sentences to fit the 80-character wide limit

 manage.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/manage.py b/manage.py
index 8df47ee..2c3e1c6 100755
--- a/manage.py
+++ b/manage.py
@@ -6,8 +6,10 @@ from flask_script import Manager, Shell
 from backend import app, db
 from backend.lib import sync
 
-# TODO: Replace this with flask 0.11 "flask" CLI and the extra commands 
support via click therein - http://flask.pocoo.org/docs/0.11/cli/
-# TODO: This would then allow FLASK_DEBUG=1 automatically reloading the server 
on code changes when launched with "flask run"
+# TODO: Replace this with flask 0.11 "flask" CLI and the extra commands support
+# via click therein - http://flask.pocoo.org/docs/0.11/cli/
+# TODO: This would then allow FLASK_DEBUG=1 automatically reloading the server
+# on code changes when launched with "flask run"
 
 manager = Manager(app)
 

Reply via email to