diff options
Diffstat (limited to 'isotests/models.py')
-rw-r--r-- | isotests/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isotests/models.py b/isotests/models.py index ae5bf96f..7b7eb5e7 100644 --- a/isotests/models.py +++ b/isotests/models.py @@ -109,3 +109,5 @@ class Test(models.Model): bootloader = models.ForeignKey(Bootloader) success = models.BooleanField() comments = models.TextField(null=True, blank=True) + +# vim: set ts=4 sw=4 et: |