summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/nf/serializers/ip_addresse.py
diff options
context:
space:
mode:
authorhongyuzhao <zhao.hongyu@zte.com.cn>2019-06-28 09:51:33 +0800
committerhongyuzhao <zhao.hongyu@zte.com.cn>2019-07-03 11:19:09 +0800
commit46ad7c172411214c5432ed93fda4271288077447 (patch)
tree74adb32f9cdfe575184e67068faac9bc6c2117b7 /lcm/lcm/nf/serializers/ip_addresse.py
parent37b1ae2386c365293249421595f0722c25bc8e8d (diff)
vfclcm upgrade from python2 to python3
Change-Id: Ia55ae38ec64fc3d821d1e7e1c0cbe48b572a0dd4 Issue-ID: VFC-1429 Signed-off-by: hongyuzhao <zhao.hongyu@zte.com.cn>
Diffstat (limited to 'lcm/lcm/nf/serializers/ip_addresse.py')
-rw-r--r--lcm/lcm/nf/serializers/ip_addresse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcm/lcm/nf/serializers/ip_addresse.py b/lcm/lcm/nf/serializers/ip_addresse.py
index f273c423..f266a459 100644
--- a/lcm/lcm/nf/serializers/ip_addresse.py
+++ b/lcm/lcm/nf/serializers/ip_addresse.py
@@ -10,7 +10,7 @@
# limitations under the License.
from rest_framework import serializers
-from address_range import AddressRangeSerializer
+from .address_range import AddressRangeSerializer
class IpAddresseSerializer(serializers.Serializer):