1import re
2import time
2import socket
3import time
4import unittest
5
6from unit.applications.lang.python import TestApplicationPython
7
8
9class TestProxy(TestApplicationPython):
10 prerequisites = {'modules': {'python': 'any'}}
11
12 SERVER_PORT = 7999
13

--- 566 unchanged lines hidden ---