You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2018/06/01 15:00:18 UTC

[08/11] qpid-dispatch git commit: DISPATCH-965: fix relative import (thanks ernie)

DISPATCH-965: fix relative import (thanks ernie)


Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/72939380
Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/72939380
Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/72939380

Branch: refs/heads/master
Commit: 729393808835dd6cc087b9878eda1be93d834320
Parents: 9d3cecf
Author: Kenneth Giusti <kg...@apache.org>
Authored: Wed May 16 17:11:58 2018 -0400
Committer: Kenneth Giusti <kg...@apache.org>
Committed: Wed May 16 17:11:58 2018 -0400

----------------------------------------------------------------------
 console/config/mock/section.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/72939380/console/config/mock/section.py
----------------------------------------------------------------------
diff --git a/console/config/mock/section.py b/console/config/mock/section.py
index 1e563be..eabc2b4 100644
--- a/console/config/mock/section.py
+++ b/console/config/mock/section.py
@@ -24,7 +24,7 @@ from __future__ import absolute_import
 
 import json
 import re
-from schema import Schema
+from .schema import Schema
 import pdb
 
 class ConfigSection(object):


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org