From e2ad9b29ddbf5cb84c0ff48aaa649c3ea745eed2 Mon Sep 17 00:00:00 2001 From: milde Date: Tue, 4 Jun 2013 12:46:30 +0000 Subject: 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 --- test/test_transforms/test_smartquotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_transforms') 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. -- cgit v1.2.1