X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=vim_db.py;h=d88306d7ffc5d18555e3b210bde80804f430e24d;hb=refs%2Fchanges%2F04%2F604%2F1;hp=93f2f4504472fd8dcf93a02901c2015339ea8c86;hpb=f7aa8c4db7a57d5865d3b7767d5957fda6867198;p=osm%2Fopenvim.git diff --git a/vim_db.py b/vim_db.py index 93f2f45..d88306d 100644 --- a/vim_db.py +++ b/vim_db.py @@ -3,7 +3,7 @@ ## # Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. -# This file is part of openmano +# This file is part of openvim # All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may @@ -34,7 +34,7 @@ __date__ ="$10-jul-2014 12:07:15$" import MySQLdb as mdb import uuid as myUuid -from utils import auxiliary_functions as af +import auxiliary_functions as af import json import logging