Zine

open source content publishing system


Changeset 1290:bc8054777437


Ignore:
Timestamp:
01/11/10 00:40:42 (2 years ago)
Author:
Georg Brandl <georg@…>
Branch:
default
Children:
1291:25805c3814cd, 1338:e3a2b003c799
Message:

Remove trailing whitespace.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zine/utils/http.py

    r1279 r1290  
    110110    # should.  If https enforcement is set we suppose that the blog_url 
    111111    # is already set to an https value. 
    112     request = get_request()  
     112    request = get_request() 
    113113    if request and not force_scheme_change and \ 
    114114       not request.app.cfg['force_https']: 
    115115        url = request.environ['wsgi.url_scheme'] + ':' + url.split(':', 1)[1] 
    116      
     116 
    117117    return _redirect(url, code) 
    118118 
Note: See TracChangeset for help on using the changeset viewer.