diff options
author | Michael Wood <michael.g.wood@intel.com> | 2016-05-10 00:01:51 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-11 11:32:58 +0100 |
commit | cd4f0b3a8307547aaa536c111ea98012605aae86 (patch) | |
tree | 58f658e12f11a202591ddde2ef0a9382d4b82f57 /bitbake/lib/toaster/orm | |
parent | 7e2d5017be4e988df893a36976029b1ea51031f4 (diff) | |
download | poky-cd4f0b3a8307547aaa536c111ea98012605aae86.tar.gz |
bitbake: toaster: models Add missing import sys
(Bitbake rev: b2fba7a0820d77e1076c05b8ffcd960d4fc883a5)
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/orm')
-rw-r--r-- | bitbake/lib/toaster/orm/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/orm/models.py b/bitbake/lib/toaster/orm/models.py index 6716ddfab3..2669606e2e 100644 --- a/bitbake/lib/toaster/orm/models.py +++ b/bitbake/lib/toaster/orm/models.py | |||
@@ -32,6 +32,7 @@ from django.core import validators | |||
32 | from django.conf import settings | 32 | from django.conf import settings |
33 | import django.db.models.signals | 33 | import django.db.models.signals |
34 | 34 | ||
35 | import sys | ||
35 | import os.path | 36 | import os.path |
36 | import re | 37 | import re |
37 | import itertools | 38 | import itertools |