fixing core model reset

This commit is contained in:
Steve Pulec 2013-02-19 22:27:36 -05:00
parent 7e3aa7c8ee
commit 38611c3c99

View File

@ -7,7 +7,7 @@ from httpretty import HTTPretty
class BaseBackend(object):
def reset(self):
self = self.__class__()
self.__init__()
@property
def urls(self):