From 6ac0fd892e24d319272c0f85ffccaf287e8be811 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 1 Nov 2014 18:58:17 -0400 Subject: not using this anymore --- t/__init__.py | 2 -- 1 file changed, 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 = {} -- cgit v1.2.3-54-g00ecf