5from unit.applications.lang.python import TestApplicationPython 6 7 8class TestPythonProcman(TestApplicationPython): 9 prerequisites = {'modules': {'python': 'any'}} 10 11 def setUp(self): 12 super().setUp()
--- 213 unchanged lines hidden --- | 6from unit.applications.lang.python import TestApplicationPython 7 8 9class TestPythonProcman(TestApplicationPython): 10 prerequisites = {'modules': {'python': 'any'}} 11 12 def setUp(self): 13 super().setUp()
--- 213 unchanged lines hidden --- |