[Python-modules-commits] r12378 - in packages/forgetsql/trunk/debian/patches (1 file)
werner at users.alioth.debian.org
werner at users.alioth.debian.org
Thu Mar 25 14:23:47 UTC 2010
Date: Thursday, March 25, 2010 @ 14:23:41
Author: werner
Revision: 12378
fix patch III
Modified:
packages/forgetsql/trunk/debian/patches/fix-string-exception
Modified: packages/forgetsql/trunk/debian/patches/fix-string-exception
===================================================================
--- packages/forgetsql/trunk/debian/patches/fix-string-exception 2010-03-25 14:17:03 UTC (rev 12377)
+++ packages/forgetsql/trunk/debian/patches/fix-string-exception 2010-03-25 14:23:41 UTC (rev 12378)
@@ -5,13 +5,14 @@
--- forgetsql-0.5.1.orig/lib/forgetSQL.py
+++ forgetsql-0.5.1/lib/forgetSQL.py
-@@ -1,4 +1,4 @@
+@@ -1,5 +1,5 @@
+ #!/usr/bin/env python
-
+#-*- coding: iso-8859-1 -*-
__version__ = "0.5.1"
## Distributed under LGPL
-@@ -209,18 +209,18 @@
+@@ -210,18 +210,18 @@
try: # to implement 'goto' in Python.. UGH
if not cls._cache.has_key(args):
# unknown
More information about the Python-modules-commits
mailing list