From 4ffc9760a3c1de8149e4ef03208d6ad9e5605bbf 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: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7668 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/parsers/rst/languages/lt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docutils/parsers/rst/languages') diff --git a/docutils/parsers/rst/languages/lt.py b/docutils/parsers/rst/languages/lt.py index 233792a1f..49f17dc04 100644 --- a/docutils/parsers/rst/languages/lt.py +++ b/docutils/parsers/rst/languages/lt.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- # $Id$ # Author: Dalius Dobravolskas # Copyright: This module has been placed in the public domain. -- cgit v1.2.1