Skip to content

Commit

Permalink
Merge pull request #7 from boegel/binary_block_skip_rpath_sanity_check
Browse files Browse the repository at this point in the history
add back missing import for LooseVersion in MCR easyblock
  • Loading branch information
pescobar authored Dec 3, 2016
2 parents 9c2f715 + 95994df commit 2fbb2ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easybuild/easyblocks/m/mcr.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import os
import shutil
import stat
from distutils.version import LooseVersion

from easybuild.easyblocks.generic.packedbinary import PackedBinary
from easybuild.framework.easyconfig import CUSTOM
Expand Down

0 comments on commit 2fbb2ca

Please sign in to comment.