~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to serve-branches

[rs=mwhudson] upgrade to loggerhead trunk

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
130
132
 
131
133
    try:
132
134
        from paste.deploy.config import PrefixMiddleware