Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pymsc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
TASTE
pymsc
Commits
73e80c41
Commit
73e80c41
authored
Jul 09, 2015
by
Maxime Perrotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update __init__ files
parent
261c647c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
msccore/__init__.py
msccore/__init__.py
+7
-5
mscgraphics/basicmscgraph/__init__.py
mscgraphics/basicmscgraph/__init__.py
+3
-1
No files found.
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
Markdown
is supported
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