Deleted Added
1import time
2import unittest
3
4from unit.applications.lang.python import TestApplicationPython
5
6
7class TestAccessLog(TestApplicationPython):
8 prerequisites = {'modules': {'python': 'any'}}
9
10 def load(self, script):
11 super().load(script)

--- 289 unchanged lines hidden ---