django-constance/tests/redis_mockup.py
Ales Zoulek c36bf65ab1 tests
2010-08-25 14:55:01 +02:00

5 lines
87 B
Python

class Connection(dict):
def set(self, key, value):
self[key] = value