From 3b8e9cae1ea9949d0053bd02a0e90b5af6340176 Mon Sep 17 00:00:00 2001 From: Christophe Simonis Date: Mon, 8 Dec 2008 15:04:45 +0100 Subject: [PATCH] [FIX] change setup.py to load psycopg2 bzr revid: christophe@tinyerp.com-20081208140445-fcey0uzjpwtzkfzx --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 17c2b9447c6..c0459d0864f 100755 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ execfile(opj('bin', 'release.py')) py_short_version = '%s.%s' % sys.version_info[:2] required_modules = [ - ('psycopg', 'PostgreSQL module'), + ('psycopg2', 'PostgreSQL module'), ('xml', 'XML Tools for python'), ('libxml2', 'libxml2 python bindings'), ('libxslt', 'libxslt python bindings'),