mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-16 03:50:43 +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" %\
|
||||
(__version__, _mysql.__version__)
|
||||
|
||||
from _mysql_const import converters
|
||||
from _mysql_const.converters import *
|
||||
import re, types
|
||||
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