[1.7.x] Fixed flake8 warning.

Backport of ef9e3c5ed8 from master
This commit is contained in:
Tim Graham 2014-10-22 21:21:02 -04:00
parent 6149a0ab18
commit af1c85e851
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ class AppsTests(TestCase):
"Conflicting 'southponies' models in application 'apps':.*"):
type(str("SouthPonies"), (models.Model,), body)
class Stub(object):
def __init__(self, **kwargs):
self.__dict__.update(kwargs)