Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
pymsc
Commits
73e80c41
Commit
73e80c41
authored
Jul 09, 2015
by
Maxime Perrotin
Browse files
Update __init__ files
parent
261c647c
Changes
2
Hide whitespace changes
Inline
Side-by-side
msccore/__init__.py
View file @
73e80c41
...
...
@@ -6,22 +6,22 @@
# This file is part of TASTE Msc Editor.
#
# TASTE Msc Diagram Editor is free software: you can redistribute it and/or
# modify it under the terms of the GNU
General Public License
as published
# modify it under the terms of the GNU
LGPL
as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# TASTE Msc Diagram Editor 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.
# GNU
LGPL
for more details.
#
# You should have received a copy of the GNU
General Public License
# You should have received a copy of the GNU
LGPL
# along with TASTE Msc Diagram Editor. If not, see
# <http://www.gnu.org/licenses/>.
#
# Author: Angel Esquinas <aesquina@datsi.fi.upm.es>
#
# Copyright (c) 2012 European Space Agency
# Copyright (c) 2012
UPM and
European Space Agency
#
#******************************************************************************
u
"""MsCore contains all the principals class to manage "Message Sequence
\
...
...
@@ -39,6 +39,7 @@ from mscdocument import MscDocument
from
mscvisitor
import
MscVisitor
from
msctimer
import
MscTimer
from
msccondition
import
MscCondition
from
mscprocedure
import
MscProcedure
from
mscinstancekind
import
MscInstanceKind
from
mscmessagedecl
import
MscMessageDecl
import
mscregexp
as
MscRegExp
...
...
@@ -47,4 +48,5 @@ __version__ = 1.0
__all__
=
[
'MscElement'
,
'MscEvent'
,
'MscTimer'
,
'MscInstanceKind'
,
'MscMessageDecl'
,
'MscRegExp'
,
'MscInstance'
,
'MscMessage'
,
'BasicMsc'
,
'MscDocument'
,
'MscVisitor'
,
'MscCondition'
]
'BasicMsc'
,
'MscDocument'
,
'MscVisitor'
,
'MscCondition'
,
'MscProcedure'
]
mscgraphics/basicmscgraph/__init__.py
View file @
73e80c41
...
...
@@ -26,10 +26,12 @@
#******************************************************************************
from
mscGraphTimer
import
MscGraphTimer
from
mscGraphCondition
import
MscGraphCondition
from
mscGraphProcedure
import
MscGraphProcedure
from
mscGraphInstance
import
MscGraphInstance
from
mscGraphMessage
import
MscGraphMessage
from
mscGraphBMSC
import
MscGraphBMSC
from
mscGraphBasicMSCScene
import
MscGraphBasicMSCScene
__all__
=
[
'MscGraphInstance'
,
'MscGraphBMSC'
,
'MscGraphMessage'
,
'MscGraphTimer'
,
'MscGraphBasicMSCScene'
,
'MscGraphCondition'
]
'MscGraphTimer'
,
'MscGraphBasicMSCScene'
,
'MscGraphCondition'
,
'MscGraphProcedure'
]
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