[Zope3-checkins] SVN: Zope3/trunk/src/zope/schema/_field.py Repair
misplaced encoding directive.
Tim Peters
tim.one at comcast.net
Fri Feb 11 14:04:40 EST 2005
Log message for revision 29119:
Repair misplaced encoding directive.
"coding:" ENCODING
is ignored unless it's in one of the first two file lines (PEP 263).
Changed:
U Zope3/trunk/src/zope/schema/_field.py
-=-
Modified: Zope3/trunk/src/zope/schema/_field.py
===================================================================
--- Zope3/trunk/src/zope/schema/_field.py 2005-02-11 17:44:16 UTC (rev 29118)
+++ Zope3/trunk/src/zope/schema/_field.py 2005-02-11 19:04:40 UTC (rev 29119)
@@ -1,3 +1,5 @@
+# -*- coding: ISO-8859-1 -*-
+##############################################################################
# Copyright (c) 2002 Zope Corporation and Contributors.
# All Rights Reserved.
#
@@ -9,8 +11,6 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
-# -*- coding: ISO-8859-1 -*-
-##############################################################################
"""Schema Fields
$Id$
More information about the Zope3-Checkins
mailing list