##// END OF EJS Templates
Minor change to quiet down classic mode startup.
fperez -
Show More
@@ -6,7 +6,7 b' Requires Python 2.1 or better.'
6
6
7 This file contains the main make_IPython() starter function.
7 This file contains the main make_IPython() starter function.
8
8
9 $Id: ipmaker.py 2012 2006-12-24 10:28:29Z vivainio $"""
9 $Id: ipmaker.py 2029 2007-01-22 06:35:15Z fperez $"""
10
10
11 #*****************************************************************************
11 #*****************************************************************************
12 # Copyright (C) 2001-2006 Fernando Perez. <fperez@colorado.edu>
12 # Copyright (C) 2001-2006 Fernando Perez. <fperez@colorado.edu>
@@ -431,8 +431,6 b" object? -> Details about 'object'. ?object also works, ?? prints more."
431 rcfiledata = None
431 rcfiledata = None
432 if opts_all.quick:
432 if opts_all.quick:
433 print 'Launching IPython in quick mode. No config file read.'
433 print 'Launching IPython in quick mode. No config file read.'
434 elif opts_all.classic:
435 print 'Launching IPython in classic mode. No config file read.'
436 elif opts_all.rcfile:
434 elif opts_all.rcfile:
437 try:
435 try:
438 cfg_loader = ConfigLoader(conflict)
436 cfg_loader = ConfigLoader(conflict)
General Comments 0
You need to be logged in to leave comments. Login now