~milo/lava-tool/server-rpc-endpoint-fix

« back to all changes in this revision

Viewing changes to lava/tool/__init__.py

  • Committer: Antonio Terceiro
  • Date: 2013-04-22 17:23:45 UTC
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: antonio.terceiro@linaro.org-20130422172345-mcrzdz3srz2nbzln
Absorb lava-scheduler-tool

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
Generic code for command line utilities for LAVA
25
25
"""
26
26
 
27
 
__version__ = (0, 7, 0, "dev", 0)
 
27
__version__ = (0, 7, 0, "final", 0)