Skip to content

Commit

Permalink
revert LooseVersion in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
appolloford committed Oct 11, 2023
1 parent 113560b commit 0c55357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion easybuild/easyblocks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
import os
from pkgutil import extend_path

from easybuild.tools.loose_version import LooseVersion
from distutils.version import LooseVersion
# from easybuild.tools.loose_version import LooseVersion

# note: release candidates should be versioned as a pre-release, e.g. "1.1rc1"
# 1.1-rc1 would indicate a post-release, i.e., and update of 1.1, so beware
Expand Down

0 comments on commit 0c55357

Please sign in to comment.