Add import copy for copy(...) in network_setting.py 79/23879/2
authorTomofumi Hayashi <tohayash@redhat.com>
Wed, 2 Nov 2016 09:16:53 +0000 (18:16 +0900)
committerDan Radez <dradez@redhat.com>
Wed, 2 Nov 2016 13:43:57 +0000 (13:43 +0000)
In colorado branch, copy(...) in network_setting.py is failed
due to missing "import ..." statement.
This change is required only for colorado because master branch
has been taken care of APEX-262 code change.

JIRA: APEX-262

Change-Id: I5b3c9e14a980c98fd1bf387db88e5f6894511d18
Signed-off-by: Tomofumi Hayashi <tohayash@redhat.com>
lib/python/apex/network_settings.py

index ca91b8c..96e7ad2 100644 (file)
@@ -10,6 +10,7 @@
 import yaml
 import logging
 import ipaddress
+from copy import copy
 from . import ip_utils
 from .common.utils import str2bool
 from .common.constants import (