~psycopg/psycopg/2.0.x

« back to all changes in this revision

Viewing changes to ZPsycopgDA/DA.py

  • Committer: Federico Di Gregorio
  • Date: 2009-04-20 18:34:06 UTC
  • Revision ID: fog@erin-20090420183406-r9ku4o65p7kvwxj0
Preparing release 2.0.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# See the LICENSE file for details.
19
19
 
20
20
 
21
 
ALLOWED_PSYCOPG_VERSIONS = ('2.0.7','2.0.8','2.0.9')
 
21
ALLOWED_PSYCOPG_VERSIONS = ('2.0.7','2.0.8','2.0.9','2.0.10')
22
22
 
23
23
import sys
24
24
import time