diff options
| author | Lieuwe <lieuwemo@gmail.com> | 2011-03-09 14:41:50 (GMT) |
|---|---|---|
| committer | Lieuwe <lieuwemo@gmail.com> | 2011-03-09 14:41:50 (GMT) |
| commit | db07c1ee0cd853926c01ce99f48d53211bf94f0d (patch) | |
| tree | 928da43a872ad5d44134f96c8bab1a7ec5221a77 /build/ext_chat.py | |
| parent | 51f994f8d5c2cf640146525d3c5165d0b6383e3e (diff) | |
| download | powder-db07c1ee0cd853926c01ce99f48d53211bf94f0d.zip powder-db07c1ee0cd853926c01ce99f48d53211bf94f0d.tar.gz | |
added #define to disable PYCONSOLE
Diffstat (limited to 'build/ext_chat.py')
| -rw-r--r-- | build/ext_chat.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/ext_chat.py b/build/ext_chat.py index c8e1273..8daa7ca 100644 --- a/build/ext_chat.py +++ b/build/ext_chat.py @@ -92,8 +92,8 @@ def key(keyy) : #got '\x08' if(keyy=="\x08"): typed=typed[:-1] - if(keyy=="\t"): - startswith= + #if(keyy=="\t"): + # startswith= def step(): |
