Add a features modules that process the flask dict.

This commit is contained in:
jakedt 2014-04-03 18:47:17 -04:00
parent 173f8d9b9a
commit 0abbf042dd
3 changed files with 14 additions and 0 deletions

View file

@ -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