summaryrefslogtreecommitdiff
path: root/tests/patcher_test_base.py
blob: 35039a0974e437318454d3ad9d4f80bbbff0272c (plain)
1
2
3
4
5
6
# no standard tests in this file, ignore
__test__ = False

import socket
import urllib
print("base {0} {1}".format(socket, urllib))