Signed-off-by: Lucas Meneghel Rodrigues <[email protected]>
---
frontend/shared/resource_lib.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/frontend/shared/resource_lib.py b/frontend/shared/resource_lib.py
index fff8ff0..86cc583 100644
--- a/frontend/shared/resource_lib.py
+++ b/frontend/shared/resource_lib.py
@@ -322,7 +322,7 @@ class InstanceEntry(Entry):
def __init__(self, request, instance):
assert self.model is not None
- super(Entry, self).__init__(request)
+ super(InstanceEntry, self).__init__(request)
self.instance = instance
self._is_prepared_for_full_representation = False
--
1.7.6
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest