Skip to content

Commit

Permalink
Move to new simple apps module
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Aug 9, 2017
1 parent 5f7686b commit 88f1c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dfms/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ def _add_unroll_options(parser):
dest="app", help="Force an app to be used in the Physical Graph. 0=Don't force, 1=SleepApp, 2=SleepAndCopy", default=0)
apps = (
None,
'test.graphsRepository.SleepApp',
'test.graphsRepository.SleepAndCopyApp'
'dfms.apps.simple.SleepApp',
'dfms.apps.simple.SleepAndCopyApp'
)
return apps

Expand Down

0 comments on commit 88f1c2e

Please sign in to comment.