[py-svn] r40001 - py/trunk/py

fijal at codespeak.net fijal at codespeak.net
Tue Mar 6 22:11:14 CET 2007


Author: fijal
Date: Tue Mar  6 22:11:12 2007
New Revision: 40001

Modified:
   py/trunk/py/__init__.py
Log:
Encoding (let's suppose UTF-8 will not hurt)


Modified: py/trunk/py/__init__.py
==============================================================================
--- py/trunk/py/__init__.py	(original)
+++ py/trunk/py/__init__.py	Tue Mar  6 22:11:12 2007
@@ -1,3 +1,5 @@
+
+# -*- coding: utf-8 -*-
 """
     the py lib is a development support library featuring
     py.test, ad-hoc distributed execution, micro-threads


More information about the py-svn mailing list