add some tailing newlines
This commit is contained in:
parent
d704b960cc
commit
785cf9f687
6 changed files with 6 additions and 6 deletions
|
@ -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:',
|
||||
]
|
||||
]
|
||||
|
|
|
@ -26,4 +26,4 @@ else:
|
|||
|
||||
|
||||
print('Starting server on port %d' % port)
|
||||
http.serve_forever()
|
||||
http.serve_forever()
|
||||
|
|
|
@ -43,4 +43,4 @@ class OutOfOrder(Exception):
|
|||
'''
|
||||
For when a requested range (a, b) has b > a
|
||||
'''
|
||||
pass
|
||||
pass
|
||||
|
|
|
@ -46,4 +46,4 @@ def tag(t):
|
|||
'name': t.name,
|
||||
'qualified_name': t.qualified_name(),
|
||||
}
|
||||
return j
|
||||
return j
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -212,4 +212,4 @@ class PhotoTagTest(PhotoDBTest):
|
|||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
unittest.main()
|
||||
|
|
Loading…
Reference in a new issue