summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomofumi Hayashi <tohayash@redhat.com>2016-11-02 18:16:53 +0900
committerDan Radez <dradez@redhat.com>2016-11-02 13:43:57 +0000
commitb7c5fd85f6793cf1eed23834141e8e9db0eb2da4 (patch)
tree0c2e7d79bd834b307628f2543eae2083e3529df1
parent9b83bfd2bbdb955bb820f3a06a44b5151e22d979 (diff)
Add import copy for copy(...) in network_setting.py
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>
-rw-r--r--lib/python/apex/network_settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/apex/network_settings.py b/lib/python/apex/network_settings.py
index ca91b8cf..96e7ad20 100644
--- a/lib/python/apex/network_settings.py
+++ b/lib/python/apex/network_settings.py
@@ -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 (