fixed pep8

This commit is contained in:
Oskar Hahn 2013-02-03 14:14:07 +01:00
parent cbd4acbd4b
commit 42082ae3c2
2 changed files with 2 additions and 1 deletions

View File

@ -465,6 +465,7 @@ class MotionLog(models.Model):
else:
return "%s %s by %s" % (self.time, _(self.message), self.person)
class MotionError(Exception):
pass