Fix Find Database Loop Tool (bad import of _collections) (#643)
Fixes #10722
This commit is contained in:
parent
29019eed98
commit
6bab78df21
@ -18,7 +18,7 @@
|
|||||||
# along with this program; if not, write to the Free Software
|
# along with this program; if not, write to the Free Software
|
||||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
# 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"
|
"Find possible loop in a people descendance"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user