We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5db7f9e + 7784766 commit 12a0ee8Copy full SHA for 12a0ee8
dyn/tm/services/dsf.py
@@ -2,7 +2,7 @@
2
"""This module contains wrappers for interfacing with every element of a
3
Traffic Director (DSF) service.
4
"""
5
-from collections.abc import Iterable
+from collections import Iterable
6
from dyn.compat import force_unicode, string_types
7
from dyn.tm.utils import APIList, Active
8
from dyn.tm.errors import DynectInvalidArgumentError
0 commit comments