From: Andrew Ruthven Date: Mon, 22 Jun 2009 20:49:59 +0000 (+1200) Subject: Get the Postgres library right. X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94dd719a825b69a450aef0a0c4ddb2a95a36ff08;p=whoisi.git Get the Postgres library right. --- diff --git a/controller-service b/controller-service index ec7159a..7e0bf50 100755 --- a/controller-service +++ b/controller-service @@ -37,7 +37,7 @@ import services.config as config class Controller(pb.Root): def service_setup(self): - self.connection_type = "psycopg2" + self.connection_type = "pyscopg2" self.connection_dict = dict(cp_reconnect=True, host=config.get("db", "host"), user=config.get("db", "user"),