Mercurial > hg > purlService
view purlservice.wsgi @ 31:0190f49bce88
added change flag
author | dwinter |
---|---|
date | Thu, 06 Jun 2013 05:55:09 +0200 |
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()