##// END OF EJS Templates
Fix xmin & xmax in plots, fix SendToFTP
Fix xmin & xmax in plots, fix SendToFTP

File last commit:

r1333:ac63616fef28 v3.0.0b2
r1334:96199ee477a0
Show More
__init__.py
8 lines | 126 B | text/x-python | PythonLexer
"""Signal chain python package"""
try:
from .controller import Project
except:
pass
__version__ = '3.0.0b2'