summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-08-07 19:43:38 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-08-07 19:45:19 -0400
commitdeeda384471b860884ab126a1eb1a699d791b7ba (patch)
tree13c64386fd34ca7b71c57f5cf16e7d2378bcd0b7 /tests
parent036c9b4eefa5edb47cee63b6407b7ea3f9776576 (diff)
downloadoslo-db-deeda384471b860884ab126a1eb1a699d791b7ba.tar.gz
Restore correct source file encodings
migration.py includes a non-ASCII character in the top source comments, so a "coding" directive is needed. Additionally, the word "coding" is now used in test_sqlalchemy.py instead of "encoding". Change-Id: Ic977b564c5de9261686503506f4edec4a8d8682d
Diffstat (limited to 'tests')
-rw-r--r--tests/sqlalchemy/test_sqlalchemy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sqlalchemy/test_sqlalchemy.py b/tests/sqlalchemy/test_sqlalchemy.py
index 9b8efcb..ca0388c 100644
--- a/tests/sqlalchemy/test_sqlalchemy.py
+++ b/tests/sqlalchemy/test_sqlalchemy.py
@@ -1,4 +1,4 @@
-# encoding=UTF8
+# coding=utf-8
# Copyright (c) 2012 Rackspace Hosting
# All Rights Reserved.