fix wiki locked pages var
This commit is contained in:
parent
eedf3990f9
commit
1b1e34b035
|
@ -125,13 +125,14 @@ FIREBASE_HOSTNAME = None
|
||||||
|
|
||||||
# Page names that can't be modified
|
# Page names that can't be modified
|
||||||
WIKI_LOCKED_PAGES = []
|
WIKI_LOCKED_PAGES = []
|
||||||
# Depreciated variable name
|
|
||||||
LOCKED = WIKI_LOCKED_PAGES[:]
|
|
||||||
|
|
||||||
ROOT_ENDPOINT = 'wiki.page'
|
ROOT_ENDPOINT = 'wiki.page'
|
||||||
|
|
||||||
globals().update(read())
|
globals().update(read())
|
||||||
|
|
||||||
|
# Depreciated variable name
|
||||||
|
LOCKED = WIKI_LOCKED_PAGES[:]
|
||||||
|
|
||||||
if BASE_URL.endswith('/'):
|
if BASE_URL.endswith('/'):
|
||||||
BASE_URL = BASE_URL[-1]
|
BASE_URL = BASE_URL[-1]
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.4.2'
|
__version__ = '0.4.3'
|
Loading…
Reference in a new issue