update
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -143,5 +143,5 @@ false
|
|||||||
*copy.py
|
*copy.py
|
||||||
*.sh
|
*.sh
|
||||||
data/
|
data/
|
||||||
lib/support/site/1tving.py
|
lib/support/site/tving.py
|
||||||
lib/support/site/wavve.py
|
lib/support/site/wavve.py
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
import os
|
||||||
|
|
||||||
|
from support import SupportSC
|
||||||
|
|
||||||
|
if os.path.exists(os.path.join(os.path.dirname(__file__), 'tving.py')):
|
||||||
|
from .tving import SupportTving
|
||||||
|
from .wavve import SupportWavve
|
||||||
|
else:
|
||||||
|
SupportTving = SupportSC.load_module_f(__file__, 'tving').SupportTving
|
||||||
|
SupportWavve = SupportSC.load_module_f(__file__, 'wavve').SupportWavve
|
||||||
|
|||||||
1
lib/support/site/tving.pyf
Normal file
1
lib/support/site/tving.pyf
Normal file
File diff suppressed because one or more lines are too long
1
lib/support/site/wavve.pyf
Normal file
1
lib/support/site/wavve.pyf
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user