Skip to content

Commit

Permalink
small code moves
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed May 7, 2024
1 parent 61033dc commit f01d7ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/radical/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@

# ------------------------------------------------------------------------------
#
import os
import os as _os

_mod_root = os.path.dirname (__file__)
_mod_root = _os.path.dirname (__file__)

version_short, version_base, version_branch, version_tag, version_detail \
= get_version(_mod_root)
= get_version(_mod_root)
version = version_short
__version__ = version_detail

Expand Down

0 comments on commit f01d7ed

Please sign in to comment.