Commit 131e4789 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

networkcache: remove non-existing import. this bug made networkcache always disabled.

parent 7d972b66
......@@ -28,7 +28,6 @@ try:
DirectoryNotFound
from slapos.networkcachehelper import \
helper_download_network_cached, \
helper_upload_network_cached_from_file, \
helper_download_network_cached_to_file
except ImportError:
LIBNETWORKCACHE_ENABLED = False
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment