Skip to content

Commit

Permalink
sync with RU
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-merzky committed May 7, 2024
1 parent f01d7ed commit 676792f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/radical/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@
__copyright__ = 'Copyright 2013-2022, The RADICAL-Cybertools Team'
__license__ = 'MIT'

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


# ------------------------------------------------------------------------------
#
# we want atfork imported first, specifically before os and logging
#
from .atfork import *

# import constants
Expand Down Expand Up @@ -92,8 +100,8 @@

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

# get version info
#
_mod_root = _os.path.dirname (__file__)

version_short, version_base, version_branch, version_tag, version_detail \
Expand Down

0 comments on commit 676792f

Please sign in to comment.