##// END OF EJS Templates
remove OInspect monkeypatch...
remove OInspect monkeypatch inherit FakeModule from ModuleType (makes python 2.3 inspect.py work)

File last commit:

r0:6f629fcc
r362:bf2de02c
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx