Fixed pep8

This commit is contained in:
Retspen
2015-03-27 17:12:15 +02:00
parent b9bf14fdb5
commit 56f840c893
13 changed files with 37 additions and 18 deletions

View File

@@ -9,4 +9,4 @@ class Compute(models.Model):
type = models.IntegerField()
def __unicode__(self):
return self.hostname
return self.hostname