diff options
author | Denis Davydov <davydden@gmail.com> | 2016-05-03 15:21:33 +0200 |
---|---|---|
committer | Denis Davydov <davydden@gmail.com> | 2016-05-05 10:44:41 +0200 |
commit | f2f1c49c90de5c1b620d7bdb7cd5ff85173fcb22 (patch) | |
tree | d0c3d444cdbba56c89147ad3b183d1d5f40e6490 /lib | |
parent | 07fd0ccc9aeb1fb47ce6bbb1353a5c5fe7cf7e9a (diff) | |
download | spack-f2f1c49c90de5c1b620d7bdb7cd5ff85173fcb22.tar.gz spack-f2f1c49c90de5c1b620d7bdb7cd5ff85173fcb22.tar.bz2 spack-f2f1c49c90de5c1b620d7bdb7cd5ff85173fcb22.tar.xz spack-f2f1c49c90de5c1b620d7bdb7cd5ff85173fcb22.zip |
compilers: one more missing import statement
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/compilers/xl.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/spack/spack/compilers/xl.py b/lib/spack/spack/compilers/xl.py index fd78abd091..61a2e730dc 100644 --- a/lib/spack/spack/compilers/xl.py +++ b/lib/spack/spack/compilers/xl.py @@ -25,6 +25,7 @@ ############################################################################## from spack.compiler import * import llnl.util.tty as tty +from spack.version import ver class Xl(Compiler): # Subclasses use possible names of C compiler |