Roundup Tracker - Issues

Message2809

Author richard
Recipients
Date 2006-08-11.00:41:58
Message-id
In-reply-to
Logged In: YES 
user_id=6405

I've patch Roundup with:

try:
    import psycopg
except ImportError:
    import psycopg2 as psycopg

Since that seems to be the crux of the "simplified" patch 
from fresh and suggested by tobias.

If someone with psycopg2 could *test* this, I'd be 
grateful. Just running the unit test suite should give me 
confidence.
History
Date User Action Args
2009-02-03 14:23:07adminlinkissue1429391 messages
2009-02-03 14:23:07admincreate