Fix Find Database Loop Tool (bad import of _collections) (#643)

Fixes #10722
This commit is contained in:
Paul Culley 2018-09-03 17:53:22 -05:00 committed by Sam Manzi
parent 29019eed98
commit 6bab78df21

View File

@ -18,7 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
from _collections import OrderedDict
from collections import OrderedDict
"Find possible loop in a people descendance"