~ubuntu-branches/debian/jessie/loggerhead/jessie

« back to all changes in this revision

Viewing changes to loggerhead/apps/config.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2008-12-09 01:04:39 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081209010439-67a169sw58q1nru3
Tags: 1.10-1
* New upstream release.
* Stop writing home directory to pid file. (Closes: #507002)
* Use objlib from bzr. (Closes: #506999)
* Fix dependency on python-paste.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
import bzrlib.lru_cache
12
12
 
13
 
from configobj import ConfigObj
 
13
from bzrlib.util.configobj.configobj import ConfigObj
14
14
 
15
15
from paste.request import path_info_pop
16
16
from paste import httpexceptions