Skip to content

Commit

Permalink
Lose the long-deprecated array import
Browse files Browse the repository at this point in the history
  • Loading branch information
kylev committed Jan 15, 2009
1 parent 1b271ff commit 8aba480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MySQLdb/converters.py
Expand Up @@ -36,7 +36,7 @@
from constants import FIELD_TYPE, FLAG
from times import *
import types
import array


try:
set
Expand All @@ -50,7 +50,7 @@ def Str2Set(s):

def Set2Str(s, d):
return string_literal(','.join(s), d)

def Thing2Str(s, d):
"""Convert something into a string via str()."""
return str(s)
Expand Down

0 comments on commit 8aba480

Please sign in to comment.