Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-pilatus
Commits
051e7023
Commit
051e7023
authored
May 24, 2017
by
Aitor Henry
Committed by
Sebastien Petitdemange
Mar 01, 2018
Browse files
Cmake ok
parent
3ec86183
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/__init__.py
View file @
051e7023
...
@@ -19,23 +19,6 @@
...
@@ -19,23 +19,6 @@
# You should have received a copy of the GNU General Public License
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.
# along with this program; if not, see <http://www.gnu.org/licenses/>.
############################################################################
############################################################################
from
Lima
import
module_helper
mod_path
=
__path__
depends_on
=
'Core'
has_dependent
=
False
cleanup_data
=
module_helper
.
load_prepare
(
mod_path
,
depends_on
,
has_dependent
)
from
Lima
import
Core
from
Lima
import
Core
from
limapilatus
import
Pilatus
as
_P
cleanup_data
=
module_helper
.
load_dep_cleanup
(
cleanup_data
)
from
Lima.Pilatus.limapilatus
import
Pilatus
as
_P
globals
().
update
(
_P
.
__dict__
)
globals
().
update
(
_P
.
__dict__
)
module_helper
.
load_cleanup
(
cleanup_data
)
del
mod_path
,
depends_on
,
has_dependent
,
cleanup_data
del
module_helper
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment