# HG changeset patch # User cavaliet # Date 1412848122 -7200 # Node ID 1b94e6e9579fb7ee63b3027e4828c10045af9d01 # Parent fc1ab0074e29d5abb8ddac7287c883a971502373 two little correction on server config diff -r fc1ab0074e29 -r 1b94e6e9579f annot-server/config.py.tmpl --- a/annot-server/config.py.tmpl Thu Oct 09 08:44:36 2014 +0200 +++ b/annot-server/config.py.tmpl Thu Oct 09 11:48:42 2014 +0200 @@ -1,3 +1,5 @@ +import os.path + config = { 'web_port': 8080, 'ws_port': 8090, diff -r fc1ab0074e29 -r 1b94e6e9579f annot-server/server.tac --- a/annot-server/server.tac Thu Oct 09 08:44:36 2014 +0200 +++ b/annot-server/server.tac Thu Oct 09 11:48:42 2014 +0200 @@ -14,7 +14,7 @@ from txpostgres import txpostgres from annotserver import make_service -frpm config import config +from config import config from models import get_table_create_stmt from utils import create_connection_pool