aboutsummaryrefslogtreecommitdiff
path: root/lava_tool/commands/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lava_tool/commands/__init__.py')
-rw-r--r--lava_tool/commands/__init__.py21
1 files changed, 0 insertions, 21 deletions
diff --git a/lava_tool/commands/__init__.py b/lava_tool/commands/__init__.py
index f8bf829..7a58207 100644
--- a/lava_tool/commands/__init__.py
+++ b/lava_tool/commands/__init__.py
@@ -1,24 +1,3 @@
-# Copyright (C) 2010 Linaro Limited
-#
-# Author: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
-#
-# This file is part of lava-tool.
-#
-# lava-tool is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# as published by the Free Software Foundation
-#
-# lava-tool is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with lava-tool. If not, see <http://www.gnu.org/licenses/>.
-
"""
Package with command line commands
"""
-
-
-from lava.tool.commands import ExperimentalNoticeAction, ExperimentalCommandMixIn