add some tailing newlines

This commit is contained in:
voussoir 2016-12-16 03:27:39 -08:00
parent d704b960cc
commit 785cf9f687
6 changed files with 6 additions and 6 deletions

View file

@ -58,4 +58,4 @@ EXPRESSION_OPERATORS = {'(', ')', 'OR', 'AND', 'NOT'}
MOTD_STRINGS = [
'Good morning, Paul. What will your first sequence of the day be?',
#'Buckle up, it\'s time to:',
]
]

View file

@ -26,4 +26,4 @@ else:
print('Starting server on port %d' % port)
http.serve_forever()
http.serve_forever()

View file

@ -43,4 +43,4 @@ class OutOfOrder(Exception):
'''
For when a requested range (a, b) has b > a
'''
pass
pass

View file

@ -46,4 +46,4 @@ def tag(t):
'name': t.name,
'qualified_name': t.qualified_name(),
}
return j
return j

View file

@ -2,4 +2,4 @@ flask
gevent
pillow
https://raw.githubusercontent.com/voussoir/else/master/_voussoirkit/voussoirkit.zip
git+https://github.com/senko/python-video-converter.git
git+https://github.com/senko/python-video-converter.git

View file

@ -212,4 +212,4 @@ class PhotoTagTest(PhotoDBTest):
if __name__ == '__main__':
unittest.main()
unittest.main()