Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Factory:Rebuild
python-cachy
support-pymemcache.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File support-pymemcache.patch of Package python-cachy
Index: cachy-0.3.0/cachy/stores/memcached_store.py =================================================================== --- cachy-0.3.0.orig/cachy/stores/memcached_store.py +++ cachy-0.3.0/cachy/stores/memcached_store.py @@ -1,12 +1,9 @@ # -*- coding: utf-8 -*- try: - from pylibmc import memcache + from pymemcache.client import base as memcache except ImportError: - try: - import memcache - except ImportError: - memcache = None + memcache = None from ..contracts.taggable_store import TaggableStore
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor