aboutsummaryrefslogtreecommitdiffstats
path: root/servo/views/device.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/views/device.py')
-rw-r--r--servo/views/device.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/servo/views/device.py b/servo/views/device.py
index 0d517f9..be38c35 100644
--- a/servo/views/device.py
+++ b/servo/views/device.py
@@ -37,12 +37,14 @@ from django.template.defaultfilters import slugify
from django.views.decorators.cache import cache_page
from django.core.paginator import Paginator, EmptyPage, PageNotAnInteger
-from servo.models import Device, Product, GsxAccount, ServiceOrderItem
+from servo.models import Device, Order, Product, GsxAccount, ServiceOrderItem
from servo.forms.devices import DeviceForm, DeviceUploadForm, DeviceSearchForm
+
class RepairDiagnosticResults:
pass
+
class DiagnosticResults(object):
def __init__(self, diags):
if not diags.diagnosticTestData: