Rename kaya.session_memcache → kaya.session.memcache
CI / Build Pip package (push) Failing after 1m11s
CI / Build Pip package (push) Failing after 1m11s
- Move src/kaya/session_memcache/ → src/kaya/session/memcache/ - Add pkgutil.extend_path to kaya.session for subpackage namespace support - Update pyproject.toml version_file path - Update all import references (tests, READMEs, root README)
This commit is contained in:
@@ -13,7 +13,7 @@ import aiomcache
|
||||
|
||||
from kaya.core import KayaApp, HttpContext
|
||||
from kaya.session import SessionMixin
|
||||
from kaya.session_memcache import MemcacheSessionStore
|
||||
from kaya.session.memcache import MemcacheSessionStore
|
||||
|
||||
client = aiomcache.Client('127.0.0.1', 11211)
|
||||
session = SessionMixin(MemcacheSessionStore(client))
|
||||
|
||||
Reference in New Issue
Block a user