[gnome-continuous-yocto/gnomeostree-3.28-rocko: 184/8267] bitbake: toaster: models Add missing import sys
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 184/8267] bitbake: toaster: models Add missing import sys
- Date: Sat, 16 Dec 2017 20:04:16 +0000 (UTC)
commit cd4f0b3a8307547aaa536c111ea98012605aae86
Author: Michael Wood <michael g wood intel com>
Date: Tue May 10 00:01:51 2016 +0100
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>
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 6716ddf..2669606 100644
--- a/bitbake/lib/toaster/orm/models.py
+++ b/bitbake/lib/toaster/orm/models.py
@@ -32,6 +32,7 @@ from django.core import validators
from django.conf import settings
import django.db.models.signals
+import sys
import os.path
import re
import itertools
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]