vfclcm upgrade from python2 to python3
[vfc/gvnfm/vnflcm.git] / lcm / lcm / nf / serializers / ip_addresse.py
index f273c42..f266a45 100644 (file)
@@ -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):