This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The branch, master has been updated
via ab58650bcc3b525795a392520b30cbd8fc21ac7b (commit)
from f0d1584bce8e31ffd14a791f1918b578f729f7d8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/sqlobject/sqlobject/ci/ab58650bcc3b525795a392520b30cbd8fc21ac7b
commit ab58650bcc3b525795a392520b30cbd8fc21ac7b
Author: Oleg Broytman <ph...@ph...>
Date: Sat Mar 14 20:08:22 2015 +0300
Fix flake8 E302 expected 2 blank lines, found 1
diff --git a/sqlobject/firebird/firebirdconnection.py b/sqlobject/firebird/firebirdconnection.py
index b40086f..2118bb4 100644
--- a/sqlobject/firebird/firebirdconnection.py
+++ b/sqlobject/firebird/firebirdconnection.py
@@ -4,6 +4,7 @@ import warnings
from sqlobject import col
from sqlobject.dbconnection import DBAPI
+
class FirebirdConnection(DBAPI):
supportTransactions = False
-----------------------------------------------------------------------
Summary of changes:
sqlobject/firebird/firebirdconnection.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
SQLObject development repository
|