annot-server/server.tac
changeset 3 1b94e6e9579f
parent 2 fc1ab0074e29
child 13 435d5c15275a
equal deleted inserted replaced
2:fc1ab0074e29 3:1b94e6e9579f
    12 from twisted.application import service
    12 from twisted.application import service
    13 from twisted.python import log
    13 from twisted.python import log
    14 from txpostgres import txpostgres
    14 from txpostgres import txpostgres
    15 
    15 
    16 from annotserver import make_service
    16 from annotserver import make_service
    17 frpm config import config
    17 from config import config
    18 from models import get_table_create_stmt
    18 from models import get_table_create_stmt
    19 from utils import create_connection_pool
    19 from utils import create_connection_pool
    20 
    20 
    21 
    21 
    22 psycopg2.extras.register_uuid()
    22 psycopg2.extras.register_uuid()