diff tests/couchdb/ListDateTimeFieldTests.py @ 217:bb3c851b18b1

add source file endcoding header
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sun, 27 Apr 2014 05:33:34 +0200
parents 460a3062c5e6
children 7c719c4f5655
line wrap: on
line diff
--- a/tests/couchdb/ListDateTimeFieldTests.py	Sun Apr 27 05:19:45 2014 +0200
+++ b/tests/couchdb/ListDateTimeFieldTests.py	Sun Apr 27 05:33:34 2014 +0200
@@ -1,4 +1,4 @@
-
+# -*- coding: utf-8 -*-
 from backend.couchdb.ListDateTimeField import ListDateTimeField
 from couchdb import Server
 from couchdb.http import ResourceNotFound
@@ -61,4 +61,4 @@
 
 if __name__ == "__main__":
     #import sys;sys.argv = ['', 'Test.testName']
-    unittest.main()
\ No newline at end of file
+    unittest.main()