Mercurial > hg > purlService
comparison purlservice.wsgi @ 12:0287aed01f2b
config and minor bugs
author | dwinter |
---|---|
date | Tue, 06 Nov 2012 08:41:18 +0100 |
parents | fad73212354b |
children |
comparison
equal
deleted
inserted
replaced
11:fad73212354b | 12:0287aed01f2b |
---|---|
1 import sys | 1 import sys |
2 sys.path.append("/usr/local/metadataServices") | 2 sys.path.append("/usr/local/metadataServices/purlService") |
3 | 3 |
4 | 4 |
5 import web | 5 import web |
6 from restService.restService import * | 6 from restService.restService import * |
7 | 7 |