mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-16 12:27:03 +08:00
Duh.
This commit is contained in:
@ -23,7 +23,6 @@ if __version__ != getattr(_mysql, '__version__', None):
|
|||||||
raise ImportError, "this is MySQLdb version %s, but _mysql is version %s" %\
|
raise ImportError, "this is MySQLdb version %s, but _mysql is version %s" %\
|
||||||
(__version__, _mysql.__version__)
|
(__version__, _mysql.__version__)
|
||||||
|
|
||||||
from _mysql_const import converters
|
|
||||||
from _mysql_const.converters import *
|
from _mysql_const.converters import *
|
||||||
import re, types
|
import re, types
|
||||||
from types import ListType, TupleType
|
from types import ListType, TupleType
|
||||||
|
@ -1 +1 @@
|
|||||||
__all__ = ['exc','CR', 'FIELD_TYPE','CLIENT','REFRESH','ER','FLAG']
|
__all__ = ['converters','exc','CR', 'FIELD_TYPE','CLIENT','REFRESH','ER','FLAG']
|
||||||
|
Reference in New Issue
Block a user