mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 19:31:54 +08:00
cleanup
This commit is contained in:
@ -54,11 +54,6 @@ from MySQLdb.times import (
|
|||||||
TimestampFromTicks,
|
TimestampFromTicks,
|
||||||
)
|
)
|
||||||
|
|
||||||
try:
|
|
||||||
frozenset
|
|
||||||
except NameError:
|
|
||||||
from sets import ImmutableSet as frozenset
|
|
||||||
|
|
||||||
threadsafety = 1
|
threadsafety = 1
|
||||||
apilevel = "2.0"
|
apilevel = "2.0"
|
||||||
paramstyle = "format"
|
paramstyle = "format"
|
||||||
|
Reference in New Issue
Block a user