aboutsummaryrefslogtreecommitdiffstats
path: root/catalog/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'catalog/__init__.py')
-rw-r--r--catalog/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/catalog/__init__.py b/catalog/__init__.py
index c7b6818e..68cf9541 100644
--- a/catalog/__init__.py
+++ b/catalog/__init__.py
@@ -11,3 +11,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+import pymysql
+
+pymysql.install_as_MySQLdb()