Fix GPL license problems for vfc-nfvo-lcm
[vfc/nfvo/lcm.git] / lcm / __init__.py
index 5580cc3..a1f872b 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()