Renamed blender_cloud.cache to blender_cloud.http_cache.

This commit is contained in:
2016-03-21 09:32:10 +01:00
parent 5039a33053
commit 5f43b355b0
4 changed files with 13 additions and 8 deletions

View File

@@ -47,12 +47,12 @@ if 'pillar' in locals():
wheels.load_wheels()
pillar = importlib.reload(pillar)
cache = importlib.reload(cache)
cache = importlib.reload(http_cache)
else:
from . import wheels
wheels.load_wheels()
from . import pillar, cache
from . import pillar, http_cache
def register():