Skip to content

Commit

Permalink
replace reverted code
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Sep 19, 2024
1 parent 608f45e commit 117e69b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions prody/apps/prody_apps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@

for cmd in PRODY_APPS:
cmd = 'prody_' + cmd
mod = imp.load_module('prody.apps.prody_apps.' + cmd,
*imp.find_module(cmd, [path_apps]))
mod = impLoadModule('prody.apps.prody_apps.', cmd, path_apps)
mod.addCommand(prody_commands)

def prody_main():
Expand Down

0 comments on commit 117e69b

Please sign in to comment.