mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
ZPsycopgDA version check fix.
This commit is contained in:
parent
367f7b92f4
commit
918fb6e665
|
@ -1,5 +1,9 @@
|
|||
2005-05-18 Federico Di Gregorio <fog@debian.org>
|
||||
|
||||
* ZPsycopgDA/DA.py (ALLOWED_PSYCOPG_VERSIONS): updated to work
|
||||
with 2.0b2 only (will support only the exact version untill final
|
||||
2.0 release.)
|
||||
|
||||
* setup.py: Applied combined patch from Daniele Varrazzo and Jason
|
||||
Erickson to build on win32 using MSVC or mingw.
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# See the LICENSE file for details.
|
||||
|
||||
|
||||
ALLOWED_PSYCOPG_VERSIONS = ('1.99.9',)
|
||||
ALLOWED_PSYCOPG_VERSIONS = ('2.0b1', '2.0b2')
|
||||
|
||||
import sys
|
||||
import db
|
||||
|
|
Loading…
Reference in New Issue
Block a user