Replace vnflcm mysql connector with PyMySQL.
[vfc/gvnfm/vnflcm.git] / lcm / lcm / __init__.py
index c7b6818..68cf954 100644 (file)
@@ -11,3 +11,6 @@
 # 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.
+import pymysql
+
+pymysql.install_as_MySQLdb()