Per-BlenderID-user cache.

Different users might have different access rights, and thus access
to different information.
This commit is contained in:
2016-03-22 15:20:22 +01:00
parent af7883da73
commit ac29d49450
5 changed files with 24 additions and 18 deletions

View File

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