diff options
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol/models.py')
-rw-r--r-- | bitbake/lib/toaster/bldcontrol/models.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/models.py b/bitbake/lib/toaster/bldcontrol/models.py index 409614b9e7..bcffcf5e20 100644 --- a/bitbake/lib/toaster/bldcontrol/models.py +++ b/bitbake/lib/toaster/bldcontrol/models.py | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # SPDX-License-Identifier: GPL-2.0-only | ||
3 | # | ||
4 | |||
1 | from __future__ import unicode_literals | 5 | from __future__ import unicode_literals |
2 | from django.db import models | 6 | from django.db import models |
3 | from django.core.validators import MaxValueValidator, MinValueValidator | 7 | from django.core.validators import MaxValueValidator, MinValueValidator |