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
asn1-value-editor
Commits
b9dea3f1
Commit
b9dea3f1
authored
Mar 18, 2016
by
Thanassis Tsiodras
Browse files
Merge branch 'master' of gitrepos.estec.esa.int:taste/asn1-value-editor
parents
f8a9bde6
9829d003
Changes
2
Hide whitespace changes
Inline
Side-by-side
asn1_value_editor/sdlHandler.py
View file @
b9dea3f1
...
...
@@ -42,10 +42,10 @@ import vdmHandler
try
:
import
opengeode
import
opengeode.undoCommands
as
undo
except
ImportError
:
print
'OpenGEODE module is not available'
import
opengeode.undoCommands
as
undo
try
:
import
dataview_uniq_asn
as
ASN1
...
...
asn1_value_editor/standalone_editor.py
View file @
b9dea3f1
...
...
@@ -56,9 +56,8 @@ try:
import
opengeode.Asn1scc
as
asn1scc
asn1scc
.
LOG
=
logger
except
ImportError
:
print
'PySide is missing. You must install it...'
print
'Try "sudo apt-get install python-pyside"'
sys
.
exit
(
-
1
)
print
'PySide or Opengeode missing...'
asn1scc
=
None
usable
=
True
try
:
...
...
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