summaryrefslogtreecommitdiff
path: root/test/test_transforms
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2013-06-04 12:46:30 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2013-06-04 12:46:30 +0000
commite2ad9b29ddbf5cb84c0ff48aaa649c3ea745eed2 (patch)
tree9702aa52229ee6ca5035744c61a04ee5b5e2da7e /test/test_transforms
parent54e2e358028d5878e72327ae524c9e4cdecb8370 (diff)
downloaddocutils-e2ad9b29ddbf5cb84c0ff48aaa649c3ea745eed2.tar.gz
Consistently use "utf-8" (not "utf8") in magic comment giving source encoding.
Fixes problems with Docutils installed in "virtualenv" https://sourceforge.net/p/docutils/patches/105/ git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@7668 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/test_transforms')
-rw-r--r--test/test_transforms/test_smartquotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_transforms/test_smartquotes.py b/test/test_transforms/test_smartquotes.py
index 3c059133a..26388e929 100644
--- a/test/test_transforms/test_smartquotes.py
+++ b/test/test_transforms/test_smartquotes.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
# $Id$
#
# :Copyright: © 2011 Günter Milde.