Github user kgiusti commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/305#discussion_r188773750
--- Diff: console/config/mock/section.py ---
@@ -17,6 +17,11 @@
# under the License.
#
+from __future__ import print_function
+from __future__ import unicode_literals
+from __future__ import division
+from __future__ import absolute_import
+
import json
import re
from schema import Schema
--- End diff --
Good catch - I'll push a fix...
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]