Show More
@@ -6,7 +6,7 b' Requires Python 2.3 or newer.' | |||
|
6 | 6 | |
|
7 | 7 | This file contains all the classes and helper functions specific to IPython. |
|
8 | 8 | |
|
9 |
$Id: iplib.py 27 |
|
|
9 | $Id: iplib.py 2725 2007-09-07 08:59:10Z vivainio $ | |
|
10 | 10 | """ |
|
11 | 11 | |
|
12 | 12 | #***************************************************************************** |
@@ -571,7 +571,7 b' class InteractiveShell(object,Magic):' | |||
|
571 | 571 | ) |
|
572 | 572 | auto_alias = auto_alias + ls_extra |
|
573 | 573 | elif os.name in ['nt','dos']: |
|
574 |
auto_alias = (' |
|
|
574 | auto_alias = ('ls dir /on', | |
|
575 | 575 | 'ddir dir /ad /on', 'ldir dir /ad /on', |
|
576 | 576 | 'mkdir mkdir','rmdir rmdir','echo echo', |
|
577 | 577 | 'ren ren','cls cls','copy copy') |
General Comments 0
You need to be logged in to leave comments.
Login now