prestodb / presto-python-client

Python DB-API client for Presto
Apache License 2.0
239 stars 87 forks source link

Add imports for Python2.7 compatibility #40

Closed ggreg closed 7 years ago

ggreg commented 7 years ago

Add import to ensure compatibility on Python 2.7. Was triggered by an issue importing prestodb.logging module (added in another branch) that has the same name as the standard library logging.