django-constance/tests/redis_mockup.py

6 lines
87 B
Python
Raw Normal View History

2010-08-25 12:11:26 +00:00
class Connection(dict):
def set(self, key, value):
self[key] = value