From 94dd719a825b69a450aef0a0c4ddb2a95a36ff08 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Tue, 23 Jun 2009 08:49:59 +1200 Subject: [PATCH] Get the Postgres library right. --- controller-service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- 2.30.2