[Python-modules-commits] r12432 - in packages/forgetsql/trunk/debian/patches (1 file)
werner at users.alioth.debian.org
werner at users.alioth.debian.org
Mon Mar 29 12:46:13 UTC 2010
Date: Monday, March 29, 2010 @ 12:46:00
Author: werner
Revision: 12432
adapt debian/patches/mark-unchanged-after-save to debian/patches/fix-string-exception
Modified:
packages/forgetsql/trunk/debian/patches/mark-unchanged-after-save
Modified: packages/forgetsql/trunk/debian/patches/mark-unchanged-after-save
===================================================================
--- packages/forgetsql/trunk/debian/patches/mark-unchanged-after-save 2010-03-28 19:44:42 UTC (rev 12431)
+++ packages/forgetsql/trunk/debian/patches/mark-unchanged-after-save 2010-03-29 12:46:00 UTC (rev 12432)
@@ -5,15 +5,14 @@
.
Also drop useless shebang line as it's a module not a script.
Origin: vendor, introduced by maintainer in 0.5.1-9
-Author: Morten Werner Olsen <werner at debian.org>
+Author: Morten Werner Forsbring <werner at debian.org>
--- forgetsql-0.5.1.orig/lib/forgetSQL.py
+++ forgetsql-0.5.1/lib/forgetSQL.py
@@ -1,4 +1,3 @@
-#!/usr/bin/env python
-
+ #-*- coding: iso-8859-1 -*-
__version__ = "0.5.1"
-
@@ -667,6 +666,8 @@ My fields: %s""" % (selectfields, cls._s
# cursor.commit()
cursor.close()
More information about the Python-modules-commits
mailing list