[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14568: bump version number, add support for PEP-0263 to keep mod_py (check/trunk/cgi-bin)
Author: ioerror
Date: 2008-05-06 03:49:53 -0400 (Tue, 06 May 2008)
New Revision: 14568
Modified:
check/trunk/cgi-bin/index.py
Log:
bump version number, add support for PEP-0263 to keep mod_python from throwing errors about encoding.
Modified: check/trunk/cgi-bin/index.py
===================================================================
--- check/trunk/cgi-bin/index.py 2008-05-05 23:57:17 UTC (rev 14567)
+++ check/trunk/cgi-bin/index.py 2008-05-06 07:49:53 UTC (rev 14568)
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+# -*- coding: utf-8 -*-
"""
TorCheck.py
@@ -18,7 +19,7 @@
"""
__program__ = 'TorCheck.py'
-__version__ = '20080505.00'
+__version__ = '20080506.00'
__url__ = 'https://tor-svn.freehaven.net/svn/check/'
__author__ = 'Jacob Appelbaum <jacob@xxxxxxxxxxxxx>'
__copyright__ = 'Copyright (c) 2008, Jacob Appelbaum'