fixing core model reset
This commit is contained in:
parent
7e3aa7c8ee
commit
38611c3c99
@ -7,7 +7,7 @@ from httpretty import HTTPretty
|
||||
class BaseBackend(object):
|
||||
|
||||
def reset(self):
|
||||
self = self.__class__()
|
||||
self.__init__()
|
||||
|
||||
@property
|
||||
def urls(self):
|
||||
|
Loading…
Reference in New Issue
Block a user