Changeset 8b72599 in mod_gnutls for test/mgstest/tests.py
- Timestamp:
- Dec 7, 2019, 9:48:25 AM (16 months ago)
- Branches:
- asyncio, master, proxy-ticket
- Children:
- 7054040
- Parents:
- e3e0de1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/mgstest/tests.py
re3e0de1 r8b72599 24 24 import re 25 25 import subprocess 26 import sys 26 27 import yaml 27 28 … … 86 87 finally: 87 88 conn.close() 89 sys.stdout.flush() 88 90 89 91 @classmethod
Note: See TracChangeset
for help on using the changeset viewer.