summaryrefslogtreecommitdiffstats
path: root/mgr/mgr/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'mgr/mgr/__init__.py')
-rw-r--r--mgr/mgr/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/mgr/mgr/__init__.py b/mgr/mgr/__init__.py
index c7b6818..f510226 100644
--- a/mgr/mgr/__init__.py
+++ b/mgr/mgr/__init__.py
@@ -11,3 +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.
+
+import pymysql
+
+pymysql.install_as_MySQLdb()