Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
Ocarina
Commits
54911b76
Commit
54911b76
authored
Feb 03, 2016
by
yoogx
Browse files
* Added missing inclusion of packages
parent
b4721732
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/python/ocarina-python_cmd.adb
View file @
54911b76
...
...
@@ -48,7 +48,9 @@ with Ocarina.ME_AADL.AADL_Tree.Nodes.Python;
with
Ocarina
.
ME_AADL
.
AADL_Instances
.
Nodes
.
Python
;
with
Ocarina
.
ME_AADL
.
AADL_Tree
.
Entities
;
with
Ocarina
.
Namet
;
with
Ocarina
.
Namet
;
use
Ocarina
.
Namet
;
with
Ocarina
.
Backends
.
Properties
.
Utils
;
with
GNAT
.
Os_Lib
;
use
GNAT
.
Os_Lib
;
package
body
Ocarina
.
Python_Cmd
is
...
...
@@ -560,7 +562,7 @@ package body Ocarina.Python_Cmd is
is
pragma
Unreferenced
(
Command
);
begin
Ocarina
.
Utils
.
Get_Node_Id
(
Data
,
Nth_Arg
(
Data
,
1
,
""
));
Get_Node_Id
(
Data
,
Nth_Arg
(
Data
,
1
,
""
));
end
On_Get_Node_Id
;
---------------------------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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