aboutsummaryrefslogtreecommitdiff
path: root/entry_points.ini
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-06-07 11:44:58 +0200
committerMilo Casagrande <milo@ubuntu.com>2013-06-07 11:44:58 +0200
commitfb4c7230c30d6702b5b0405048a62e880b9b8a17 (patch)
treebe6bed7aa0f0552de934f6aed762304450fb3b68 /entry_points.ini
parentf5990b498fe1c6d5a0b241d2fd13d8144264b877 (diff)
Fixed setup problem.
* Defined device command in entry points. * Fixed use of cls.__name__.
Diffstat (limited to 'entry_points.ini')
-rw-r--r--entry_points.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/entry_points.ini b/entry_points.ini
index ce5f2cc..0c04a5d 100644
--- a/entry_points.ini
+++ b/entry_points.ini
@@ -8,6 +8,7 @@ help = lava.tool.commands.help:help
scheduler = lava_scheduler_tool.commands:scheduler
dashboard = lava_dashboard_tool.commands:dashboard
job = lava.job.commands:job
+device = lava.device.commands:device
[lava_tool.commands]
help = lava.tool.commands.help:help