1 Sep 2005 04:40
[psycopg] #35: ThreadedPoolConnection still references psycopg
#35: ThreadedPoolConnection still references psycopg
----------------------+-----------------------------------------------------
Id: 35 | Status: new
Component: psycopg2 | Modified: Thu Sep 1 04:40:02 2005
Severity: normal | Milestone:
Priority: normal | Version: 2.0beta
Owner: fog | Reporter: whitekid <at> gmail.com
----------------------+-----------------------------------------------------
lib/pool.py still references psycopg.
it may be psycopg2
{{{
--- lib/pool.py.orig
+++ lib/pool.py
<at> <at> -16,7 +16,7 <at> <at>
# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
License
# for more details.
-import psycopg
+import psycopg2
try:
from zLOG import LOG, DEBUG, INFO
<at> <at> -31,7 +31,7 <at> <at>
^L
-class PoolError(psycopg.Error):
(Continue reading)
RSS Feed