diff --git a/neutron_dynamic_routing/cmd/eventlet/__init__.py b/neutron_dynamic_routing/cmd/eventlet/__init__.py index 01f9f693..363e66cf 100644 --- a/neutron_dynamic_routing/cmd/eventlet/__init__.py +++ b/neutron_dynamic_routing/cmd/eventlet/__init__.py @@ -10,6 +10,7 @@ # License for the specific language governing permissions and limitations # under the License. -from neutron.common import eventlet_utils +import eventlet -eventlet_utils.monkey_patch() + +eventlet.monkey_patch()