Skip to content

Commit

Permalink
Merge pull request #100 from pogliamarci/master
Browse files Browse the repository at this point in the history
Can't use UWSGICache in Python 2.7
  • Loading branch information
sh4nks committed Mar 25, 2019
2 parents 6140d2c + b3989c0 commit b8600c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_caching/backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from flask_caching.backends.simple import SimpleCache

try:
from flask_caching.backends.uwsgi import UWSGICache
from flask_caching.backends.uwsgicache import UWSGICache

has_UWSGICache = True
except ImportError:
Expand Down
File renamed without changes.

0 comments on commit b8600c5

Please sign in to comment.