From 2414cd18a36a945a915b1fd0b6a4b5e669b62344 Mon Sep 17 00:00:00 2001 From: Josue Kouka Date: Thu, 8 Oct 2015 13:37:29 +0200 Subject: [PATCH] fixing installation issue --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index ddbb784..9cde65c 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ import os -import myql from setuptools import setup, find_packages __author__ = 'Josue Kouka'