Skip to content

Commit

Permalink
Add VERSION to sandbox easyblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Jul 29, 2021
1 parent 9237b9f commit 451a479
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/framework/sandbox/easybuild/easyblocks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import pkgutil

# Import fake version
from easybuild.tools.version import VERSION # noqa: F401

subdirs = [chr(x) for x in range(ord('a'), ord('z') + 1)] + ['0']
for subdir in subdirs:
__path__ = pkgutil.extend_path(__path__, '%s.%s' % (__name__, subdir))
Expand Down

0 comments on commit 451a479

Please sign in to comment.