fixing core model reset
This commit is contained in:
parent
7e3aa7c8ee
commit
38611c3c99
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ from httpretty import HTTPretty
|
|||
class BaseBackend(object):
|
||||
|
||||
def reset(self):
|
||||
self = self.__class__()
|
||||
self.__init__()
|
||||
|
||||
@property
|
||||
def urls(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue