Merge remote-tracking branch 'jdufresne/with-statement'

This commit is contained in:
Daniele Varrazzo 2017-11-28 15:20:24 +00:00
commit f77057dd43
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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