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

« back to all changes in this revision

Viewing changes to lava_scheduler_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:
 
1
# Copyright (C) 2010, 2011 Linaro Limited
 
2
#
 
3
# Author: Michael Hudson-Doyle <michael.hudson@linaro.org>
 
4
#
 
5
# This file is part of lava-scheduler-tool.
 
6
#
 
7
# lava-scheduler-tool is free software: you can redistribute it and/or modify
 
8
# it under the terms of the GNU Lesser General Public License version 3
 
9
# as published by the Free Software Foundation
 
10
#
 
11
# lava-scheduler-tool is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
# GNU General Public License for more details.
 
15
#
 
16
# You should have received a copy of the GNU Lesser General Public License
 
17
# along with lava-scheduler-tool.  If not, see <http://www.gnu.org/licenses/>.
 
18
 
 
19
__version__ = (0, 6, 0, "dev", 0)