Merging a change from tp-upstream and trying a fix for the General Error
[theonering] / src / requests.py
1 import logging
2
3 import tp
4
5
6 _moduleLogger = logging.getLogger(__name__)
7
8
9 class RequestsMixin(tp.ConnectionInterfaceRequests):
10
11         pass