Update python2 to python3
[vfc/nfvo/lcm.git] / lcm / pub / utils / idutil.py
index 85bebb8..4cbc2e4 100644 (file)
@@ -11,7 +11,7 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-from redisco import containers as cont
+from lcm.pub.redisco import containers as cont
 
 
 def get_auto_id(id_type, id_group="auto_id_hash"):