Add a features modules that process the flask dict.
This commit is contained in:
parent
173f8d9b9a
commit
0abbf042dd
3 changed files with 14 additions and 0 deletions
|
@ -109,6 +109,9 @@ class DefaultConfig(object):
|
|||
STATUS_TAGS[tag_name] = tag_svg.read()
|
||||
|
||||
|
||||
FEATURE_BILLING = False
|
||||
|
||||
|
||||
class FakeTransaction(object):
|
||||
def __enter__(self):
|
||||
return self
|
||||
|
|
Reference in a new issue