Mercurial > hg > purlService
view purlservice.wsgi @ 20:cf4503528b5e
searchsolr neue function, zun?chst nur f?r text-url-path
author | dwinter |
---|---|
date | Tue, 29 Jan 2013 16:51: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()