Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Yori Fournier
myplotlib
Commits
cd448941
Commit
cd448941
authored
Feb 13, 2017
by
Yori 'AGy' Fournier
Browse files
Compatible with python2.6 and python3.0
I changed the import to make them compatible with all versions
parent
1cc0812f
Changes
3
Hide whitespace changes
Inline
Side-by-side
__init__.py
View file @
cd448941
...
...
@@ -48,10 +48,10 @@ from matplotlib import is_interactive
from
matplotlib
import
rcParams
from
matplotlib
import
use
rcParams
[
'backend'
]
=
u
'
G
TKAgg'
rcParams
[
'backend'
]
=
u
'TKAgg'
# myplotlib
from
myData
import
MyData
from
.
myData
import
MyData
# FORM -----------------------------------------------------------------
INFO
=
" > info-: "
...
...
__main__.py
View file @
cd448941
...
...
@@ -31,9 +31,9 @@
#
#
# IMPORT ---------------------------------------------------------------
from
.
__init__
import
INFO
,
SPCE
,
DBUG
from
.
__init__
import
myTest
,
testList
from
.
__init__
import
__dict__
from
.
import
INFO
,
SPCE
,
DBUG
from
.
import
myTest
,
testList
from
.
import
__dict__
import
sys
import
getopt
...
...
test/__init__.py
View file @
cd448941
from
myIOs
import
readStupidData
,
readStupidData2
from
.
myIOs
import
readStupidData
,
readStupidData2
from
axTest1
import
AxTest1
from
figTest
import
FigTest2
from
.
axTest1
import
AxTest1
from
.
figTest
import
FigTest2
from
tests
import
myTest
from
.
tests
import
myTest
# import the tests
from
tests
import
test100
from
tests
import
test200
,
test201
,
test202
from
tests
import
test300
,
test301
,
test302
,
test303
,
test304
,
test305
from
tests
import
test306
,
test307
,
test308
,
test309
,
test310
from
tests
import
test400
,
test401
,
test402
,
test403
from
tests
import
test500
,
test501
,
test502
,
test503
,
test504
from
tests
import
test505
,
test506
,
test507
,
test508
from
tests
import
test600
from
.
tests
import
test100
from
.
tests
import
test200
,
test201
,
test202
from
.
tests
import
test300
,
test301
,
test302
,
test303
,
test304
,
test305
from
.
tests
import
test306
,
test307
,
test308
,
test309
,
test310
from
.
tests
import
test400
,
test401
,
test402
,
test403
from
.
tests
import
test500
,
test501
,
test502
,
test503
,
test504
from
.
tests
import
test505
,
test506
,
test507
,
test508
from
.
tests
import
test600
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