- Timestamp:
- 08/29/06 09:24:47 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/__init__.py
r1192 r1193 357 357 __version__ = '2.1b' 358 358 359 if rcParams['verbose']: 359 def is_ipython(): 360 return '__IP' in dir(sys.modules["__main__"]) 361 if is_ipython(): 360 362 def version(): print "ASAP %s(%s)"% (__version__, __date__) 361 363 def list_scans(t = scantable):
Note:
See TracChangeset
for help on using the changeset viewer.