removed stale TODO

This commit is contained in:
Peter Scheibel 2016-03-29 18:58:18 -07:00
parent c40559433b
commit a0c42a3fd1

View File

@ -48,9 +48,8 @@
share_path = join_path(spack_root, "share", "spack")
cache_path = join_path(var_path, "cache")
# TODO: i get a complaint if i dont qualify this, fix that
import spack.fetch_strategy
cache = fetch_strategy.FsCache(cache_path)
cache = spack.fetch_strategy.FsCache(cache_path)
prefix = spack_root
opt_path = join_path(prefix, "opt")