Mini Shell
B
�l����� @ s� d Z ddlZddlZddlZddlmZ ddlmZ ddl m
Z
ddl mZ ddlm
Z
ddl mZ dZG d d
� d
�Zedkr�ddlmZ ed
dd� dS )a� Execute code from an editor.
Check module: do a full syntax check of the current module.
Also run the tabnanny to catch any inconsistent tabs.
Run module: also execute the module's code in the __main__ namespace.
The window must have been saved previously. The module is added to
sys.modules, and is also added to the __main__ namespace.
TODO: Specify command line arguments in a dialog box.
� N)�idleConf)�macosx)�pyshell)� CustomRun)�outwina/ Error: Inconsistent indentation detected!
1) Your indentation is outright incorrect (easy to fix), OR
2) Your indentation mixes tabs and spaces.
To fix case 2, change all tabs to spaces by using Edit->Select All followed by Format->Untabify Region and specify the number of columns used by each tab.
c @ sb e Zd Zdd� Zdd� Zdd� Zdd� Zd d
� Zdd� Zd
d�dd�Z dd� Z
dd� Zdd� ZdS )�
ScriptBindingc C s>