~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to serve-branches

  • Committer: Michael Hudson
  • Date: 2009-02-19 18:06:35 UTC
  • mfrom: (270.1.1 bzr-logger)
  • Revision ID: michael.hudson@canonical.com-20090219180635-0m3pd249n849cvdd
defer importing plugins until after logging is set up

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
        prefix = '/'
128
128
    else:
129
129
        prefix = options.user_prefix
130
 
        if not prefix.startswith('/'):
131
 
            prefix = '/' + prefix
132
130
 
133
131
    try:
134
132
        from paste.deploy.config import PrefixMiddleware