summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Scheibel <scheibel1@llnl.gov>2016-03-29 18:58:18 -0700
committerPeter Scheibel <scheibel1@llnl.gov>2016-03-29 18:58:18 -0700
commita0c42a3fd1a8c5319ff8e02313b7f12e8c59349d (patch)
treedf5a01bb48e559d93d77099ce69f20fffee270ba
parentc40559433bdfadb6059070060114880c9042d799 (diff)
downloadspack-a0c42a3fd1a8c5319ff8e02313b7f12e8c59349d.tar.gz
spack-a0c42a3fd1a8c5319ff8e02313b7f12e8c59349d.tar.bz2
spack-a0c42a3fd1a8c5319ff8e02313b7f12e8c59349d.tar.xz
spack-a0c42a3fd1a8c5319ff8e02313b7f12e8c59349d.zip
removed stale TODO
-rw-r--r--lib/spack/spack/__init__.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/spack/spack/__init__.py b/lib/spack/spack/__init__.py
index 6e7cb217c8..a2d61fa2f7 100644
--- a/lib/spack/spack/__init__.py
+++ b/lib/spack/spack/__init__.py
@@ -48,9 +48,8 @@ repos_path = join_path(var_path, "repos")
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")