diff options
Diffstat (limited to 'grc/core/Connection.py')
-rw-r--r-- | grc/core/Connection.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/grc/core/Connection.py b/grc/core/Connection.py index a7b428dfe6..b55ba7e4e5 100644 --- a/grc/core/Connection.py +++ b/grc/core/Connection.py @@ -18,9 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ from . import Constants - from .Element import Element -from .odict import odict +from .utils import odict class Connection(Element): |