summaryrefslogtreecommitdiff
path: root/src/sardana/taurus/qt/qtgui/extra_macroexecutor/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sardana/taurus/qt/qtgui/extra_macroexecutor/__init__.py')
-rw-r--r--src/sardana/taurus/qt/qtgui/extra_macroexecutor/__init__.py34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/sardana/taurus/qt/qtgui/extra_macroexecutor/__init__.py b/src/sardana/taurus/qt/qtgui/extra_macroexecutor/__init__.py
deleted file mode 100644
index cea9d00b..00000000
--- a/src/sardana/taurus/qt/qtgui/extra_macroexecutor/__init__.py
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/usr/bin/env python
-
-##############################################################################
-##
-## This file is part of Sardana
-##
-## http://www.sardana-controls.org/
-##
-## Copyright 2011 CELLS / ALBA Synchrotron, Bellaterra, Spain
-##
-## Sardana is free software: you can redistribute it and/or modify
-## it under the terms of the GNU Lesser General Public License as published by
-## the Free Software Foundation, either version 3 of the License, or
-## (at your option) any later version.
-##
-## Sardana 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 Lesser General Public License for more details.
-##
-## You should have received a copy of the GNU Lesser General Public License
-## along with Sardana. If not, see <http://www.gnu.org/licenses/>.
-##
-##############################################################################
-
-"""
-__init__.py:
-"""
-from .macroexecutor import TaurusMacroExecutorWidget, TaurusMacroExecutor
-from .sequenceeditor import TaurusSequencerWidget, TaurusSequencer
-from .common import TaurusMacroConfigurationDialog
-from .macrodescriptionviewer import TaurusMacroDescriptionViewer
-from .dooroutput import DoorOutput, DoorDebug, DoorResult
-from .macrobutton import MacroButton, MacroButtonAbortDoor