diff --git a/constants.py b/constants.py index 2d92151..f4648a7 100644 --- a/constants.py +++ b/constants.py @@ -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:', -] \ No newline at end of file +] diff --git a/etiquette_launch.py b/etiquette_launch.py index 97f7308..b1a8349 100644 --- a/etiquette_launch.py +++ b/etiquette_launch.py @@ -26,4 +26,4 @@ else: print('Starting server on port %d' % port) -http.serve_forever() \ No newline at end of file +http.serve_forever() diff --git a/exceptions.py b/exceptions.py index 8103941..7c395be 100644 --- a/exceptions.py +++ b/exceptions.py @@ -43,4 +43,4 @@ class OutOfOrder(Exception): ''' For when a requested range (a, b) has b > a ''' - pass \ No newline at end of file + pass diff --git a/jsonify.py b/jsonify.py index 45614e8..375eff7 100644 --- a/jsonify.py +++ b/jsonify.py @@ -46,4 +46,4 @@ def tag(t): 'name': t.name, 'qualified_name': t.qualified_name(), } - return j \ No newline at end of file + return j diff --git a/requirements.txt b/requirements.txt index f039759..dc9c698 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +git+https://github.com/senko/python-video-converter.git diff --git a/test_phototagger.py b/test_phototagger.py index 397efb5..541bf74 100644 --- a/test_phototagger.py +++ b/test_phototagger.py @@ -212,4 +212,4 @@ class PhotoTagTest(PhotoDBTest): if __name__ == '__main__': - unittest.main() \ No newline at end of file + unittest.main()