fix wiki locked pages var

This commit is contained in:
Matthew Scragg 2014-10-24 14:55:12 -05:00
parent eedf3990f9
commit 1b1e34b035
2 changed files with 4 additions and 3 deletions

View File

@ -125,13 +125,14 @@ FIREBASE_HOSTNAME = None
# Page names that can't be modified
WIKI_LOCKED_PAGES = []
# Depreciated variable name
LOCKED = WIKI_LOCKED_PAGES[:]
ROOT_ENDPOINT = 'wiki.page'
globals().update(read())
# Depreciated variable name
LOCKED = WIKI_LOCKED_PAGES[:]
if BASE_URL.endswith('/'):
BASE_URL = BASE_URL[-1]

View File

@ -1 +1 @@
__version__ = '0.4.2'
__version__ = '0.4.3'