Skip to content

Commit

Permalink
recent refactor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
computron committed Mar 18, 2013
1 parent 995d234 commit 3f1a285
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions scripts/lpad
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from fireworks.scripts.lp_run import lp_run
from fireworks.scripts.lp_run import lpad

if __name__ == '__main__':
lp_run()
lpad()
4 changes: 2 additions & 2 deletions scripts/qlaunch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from fireworks.scripts.qlauncher_run import qlauncher_run
from fireworks.scripts.qlauncher_run import qlaunch

if __name__ == '__main__':
qlauncher_run()
qlauncher()
4 changes: 2 additions & 2 deletions scripts/rlaunch
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from fireworks.scripts.rlauncher_run import rlauncher_run
from fireworks.scripts.rlauncher_run import rlaunch

if __name__ == '__main__':
rlauncher_run()
rlaunch()

0 comments on commit 3f1a285

Please sign in to comment.