Move _mysql and _mysql_exceptions into MySQLdb/ (#293)

This commit is contained in:
INADA Naoki
2018-12-04 20:19:04 +09:00
committed by GitHub
parent bd62c5d5d7
commit 833816ee87
14 changed files with 25 additions and 24 deletions

View File

@ -1,5 +1,5 @@
import pytest
import _mysql
from MySQLdb import _mysql
def test_result_type():