Changeset 3069
- Timestamp:
- 06/02/06 14:04:09 (2 years ago)
- Files:
-
- django/trunk/django/core/management.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/core/management.py
r3003 r3069 1056 1056 raise ImportError 1057 1057 import IPython 1058 shell = IPython.Shell.IPShell() 1058 # Explicitly pass an empty list as arguments, because otherwise IPython 1059 # would use sys.argv from this script. 1060 shell = IPython.Shell.IPShell(argv=[]) 1059 1061 shell.mainloop() 1060 1062 except ImportError:
