Changeset 1321

Show
Ignore:
Timestamp:
12/04/07 08:09:51 (2 years ago)
Author:
JensDiemer
Message:

delete "== True" ;)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/PyLucid/urls.py

    r1320 r1321  
    9898 
    9999 
    100 if getattr(settings, "REDIRECT_OLD_PYLUCID_URL", False) == True: 
     100if getattr(settings, "REDIRECT_OLD_PYLUCID_URL", False): 
    101101    # Redirect old PyLucid (with "index.py") to the new URLs. 
    102102    # Only usefull, if you have a old PyLucid page used in the past ;) 
     
    107107 
    108108# serve static files 
    109 if getattr(settings, "SERVE_STATIC_FILES", False) == True: 
     109if getattr(settings, "SERVE_STATIC_FILES", False): 
    110110    # Should only enabled, if the django development server used. 
    111111    urls += (