Skip to content

Commit 9d75904

Browse files
committed
Fix import pymemcache.client
1 parent a0b0999 commit 9d75904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flask_pymemcache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"""
5757
from __future__ import absolute_import, division, print_function
5858
import flask
59-
import pymemcache
59+
import pymemcache.client
6060

6161

6262
class FlaskMemcacheClient(pymemcache.client.Client):

0 commit comments

Comments
 (0)