Github user ErnieAllen commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/305#discussion_r188746296
--- 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 --
I think this needs to be:
from .schema import Schema
since the schema.py is in the same directory as the section.py file.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]