0df726467a
cache/redis.py, database/postgres.py, and remote/{base,generic,helm,npm,python,rpm}.py
replace the flat modules. All public symbols re-exported from their package
__init__.py for backwards compatibility. No functional changes; all 187 tests pass.
Closes #19
4 lines
56 B
Python
4 lines
56 B
Python
from .redis import RedisCache
|
|
|
|
__all__ = ["RedisCache"]
|