diff options
author | Folker Bernitt <fbernitt@thoughtworks.com> | 2015-06-12 10:36:26 +0200 |
---|---|---|
committer | Folker Bernitt <fbernitt@thoughtworks.com> | 2015-06-12 10:37:34 +0200 |
commit | 761f4c1232601cb22ce57c38b904c0866f31c577 (patch) | |
tree | 9ddc581c94721021c8aa54280e52e17906da5bb4 | |
parent | 5dad86a8b39a4d1012c8fd43d20da75c7ed6f234 (diff) |
Added missing import for AsyncHTTPClient
- accidentally removed in previous commit
-rw-r--r-- | service/test/support/dispatcher/proxy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/test/support/dispatcher/proxy.py b/service/test/support/dispatcher/proxy.py index 3b154682..d4cb95ee 100644 --- a/service/test/support/dispatcher/proxy.py +++ b/service/test/support/dispatcher/proxy.py @@ -20,6 +20,7 @@ import traceback import sys import time +from tornado.httpclient import AsyncHTTPClient from tornado.httpserver import HTTPServer import tornado.ioloop import tornado.web |