mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 09:24:07 +03:00
Merge remote-tracking branch 'jdufresne/with-statement'
This commit is contained in:
commit
f77057dd43
|
@ -13,7 +13,6 @@
|
|||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
|
||||
# License for more details.
|
||||
from __future__ import with_statement
|
||||
|
||||
import re
|
||||
import sys
|
||||
|
|
|
@ -22,9 +22,6 @@
|
|||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
|
||||
# License for more details.
|
||||
|
||||
|
||||
from __future__ import with_statement
|
||||
|
||||
import psycopg2
|
||||
import psycopg2.extensions as ext
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user