updated es.po run "make update-po" and then translated new strings.
[oscopy.git] / ipythonrc-oscopy
blob83a7aceeeffc0160516ed428aeafa4c6f3e94184
1 # -*-Python-*-
3 include ipythonrc
4 import_mod oscopy
5 prompt_in1 'oscopy> '
6 execute print """This is oscopy, a program to view electrical simulation results\nCopyright (C) 2008 - 2010 Arnaud Gardelein and others.\nThis is free software, you are invited to redistribute it \nunder certain conditions.\nThere is ABSOLUTELY NO WARRANTY; not even for MERCHANTIBILITY or\nFITNESS FOR A PARTICULAR PURPOSE."""
7 execute oscopy.ioscopy._globals = globals()
8 execute oscopy.ioscopy._globals['Signal'] = oscopy.signal.Signal
9 execute oscopy.ioscopy.set_ufuncs()