Changeset 1660
- Timestamp:
- 03/10/10 13:30:09 (5 months ago)
- Files:
-
- 1 modified
-
trunk/yt/command_line.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/yt/command_line.py
r1658 r1660 343 343 except IOError: 344 344 print "Could not load file." 345 sys.exit() 345 346 import yt.mods 346 347 from IPython.Shell import IPShellEmbed
