Skip to content

Commit

Permalink
clearer comment
Browse files Browse the repository at this point in the history
Co-authored-by: Kenneth Hoste <kenneth.hoste@ugent.be>
  • Loading branch information
branfosj and boegel authored Jun 18, 2024
1 parent 1ee34e9 commit d19ca44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/o/openssl_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
import os
import re

# support python2
try:
from urllib.parse import urlparse
except ImportError:
# fallback for Python 2.7, should be removed for EasyBuild >= 5.0
from urlparse import urlparse

from easybuild.tools import LooseVersion
Expand Down

0 comments on commit d19ca44

Please sign in to comment.