[taurus] 01/01: fix ordered dict import
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Sun Sep 11 08:28:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch patch-queue/master
in repository taurus.
commit caaccf3a80b75967e84b7281a97afbec320ee743
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Wed Mar 9 10:44:37 2016 +0100
fix ordered dict import
---
lib/taurus/external/ordereddict/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/taurus/external/ordereddict/__init__.py b/lib/taurus/external/ordereddict/__init__.py
index caf0c37..d38bdce 100644
--- a/lib/taurus/external/ordereddict/__init__.py
+++ b/lib/taurus/external/ordereddict/__init__.py
@@ -27,7 +27,7 @@ from __future__ import absolute_import
try:
# ordereddict from python 2.7 or from ordereddict installed package?
- from ordereddict import *
+ from collections import OrderedDict
except ImportError:
# ordereddict from local import
import os
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/taurus.git
More information about the debian-science-commits
mailing list