Skip to content

Commit

Permalink
remove hard dependency to mysql lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ownport committed Sep 17, 2012
1 parent 319f372 commit b1f8d6e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kvlite.py
Expand Up @@ -53,9 +53,8 @@
try:
import MySQLdb
except ImportError:
print >> sys.stderr, 'Error! MySQLdb package is not installed, please install python-mysqldb'
sys.exit()

pass

SUPPORTED_BACKENDS = ['mysql', 'sqlite', ]

'''
Expand Down

0 comments on commit b1f8d6e

Please sign in to comment.