aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-11-01 18:58:17 -0400
committerJesse Luehrs <doy@tozt.net>2014-11-01 18:58:17 -0400
commit6ac0fd892e24d319272c0f85ffccaf287e8be811 (patch)
treebfcee4b4d177171e5caa35a7336f98ebcde221be
parent421172bce89f86e0e67003836642a8b29bf4bfde (diff)
downloadpython-mop-6ac0fd892e24d319272c0f85ffccaf287e8be811.tar.gz
python-mop-6ac0fd892e24d319272c0f85ffccaf287e8be811.zip
not using this anymore
-rw-r--r--t/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/__init__.py b/t/__init__.py
index fdbb1aa..e0bc484 100644
--- a/t/__init__.py
+++ b/t/__init__.py
@@ -1,8 +1,6 @@
import json
import mop
-CLASS_REGISTRY = {}
-
class InMemoryDatabase(object):
def __init__(self):
self.store = {}