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
kmap
xsocs
Commits
71258eef
Commit
71258eef
authored
Feb 22, 2017
by
Damien Naudet
Browse files
Fixed import paths for python3.
parent
d083ee5d
Changes
8
Hide whitespace changes
Inline
Side-by-side
xsocs/process/merge/KmapMerger.py
View file @
71258eef
...
...
@@ -24,6 +24,8 @@
#
# ###########################################################################*/
from
__future__
import
absolute_import
__authors__
=
[
"D. Naudet"
]
__date__
=
"20/04/2016"
__license__
=
"MIT"
...
...
xsocs/process/merge/KmapSpecParser.py
View file @
71258eef
...
...
@@ -24,6 +24,8 @@
#
# ###########################################################################*/
from
__future__
import
absolute_import
__authors__
=
[
"D. Naudet"
]
__date__
=
"20/04/2016"
__license__
=
"MIT"
...
...
xsocs/process/merge/__init__.py
View file @
71258eef
...
...
@@ -23,6 +23,8 @@
#
# ###########################################################################*/
from
__future__
import
absolute_import
__authors__
=
[
"D. Naudet"
]
__license__
=
"MIT"
__date__
=
"01/03/2016"
...
...
xsocs/process/merge/helpers.py
View file @
71258eef
...
...
@@ -23,6 +23,8 @@
#
# ###########################################################################*/
from
__future__
import
absolute_import
__authors__
=
[
"D. Naudet"
]
__license__
=
"MIT"
__date__
=
"01/03/2016"
...
...
xsocs/process/qspace/QSpaceConverter.py
View file @
71258eef
...
...
@@ -23,6 +23,8 @@
#
# ###########################################################################*/
from
__future__
import
absolute_import
__authors__
=
[
"D. Naudet"
]
__license__
=
"MIT"
__date__
=
"01/03/2016"
...
...
xsocs/process/qspace/__init__.py
View file @
71258eef
...
...
@@ -23,10 +23,12 @@
#
# ###########################################################################*/
from
__future__
import
absolute_import
__authors__
=
[
"D. Naudet"
]
__license__
=
"MIT"
__date__
=
"01/03/2016"
from
QSpaceConverter
import
QSpaceConverter
from
.
QSpaceConverter
import
QSpaceConverter
from
.helpers
import
kmap_2_qspace
xsocs/process/qspace/helpers.py
View file @
71258eef
...
...
@@ -23,6 +23,8 @@
#
# ###########################################################################*/
from
__future__
import
absolute_import
__authors__
=
[
"D. Naudet"
]
__license__
=
"MIT"
__date__
=
"01/03/2016"
...
...
xsocs/process/setup.py
View file @
71258eef
...
...
@@ -22,6 +22,8 @@
#
# ############################################################################*/
from
__future__
import
absolute_import
__authors__
=
[
"D. Naudet"
]
__license__
=
"MIT"
__date__
=
"01/03/2016"
...
...
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