[Python-checkins] r73365 - sandbox/trunk/2to3/lib2to3/tests/data/different_encoding.py

benjamin.peterson python-checkins at python.org
Fri Jun 12 00:01:32 CEST 2009


Author: benjamin.peterson
Date: Fri Jun 12 00:01:32 2009
New Revision: 73365

Log:
normalize whitespace

Modified:
   sandbox/trunk/2to3/lib2to3/tests/data/different_encoding.py

Modified: sandbox/trunk/2to3/lib2to3/tests/data/different_encoding.py
==============================================================================
--- sandbox/trunk/2to3/lib2to3/tests/data/different_encoding.py	(original)
+++ sandbox/trunk/2to3/lib2to3/tests/data/different_encoding.py	Fri Jun 12 00:01:32 2009
@@ -1,4 +1,3 @@
 #!/usr/bin/env python
 # -*- coding: iso-8859-1 -*-
 print u'ßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞ'
-


More information about the Python-checkins mailing list