view purlservice.wsgi @ 14:a2bcca6539fd

static pages
author dwinter
date Mon, 12 Nov 2012 09:29:28 +0100
parents 0287aed01f2b
children
line wrap: on
line source

import sys
sys.path.append("/usr/local/metadataServices/purlService")


import web
from  restService.restService import *

application = web.application(urls, globals()).wsgifunc()