diff options
| author | troido <troido@hotmail.com> | 2018-04-19 16:34:17 +0200 |
|---|---|---|
| committer | troido <troido@hotmail.com> | 2018-04-19 16:34:17 +0200 |
| commit | cffcb10b6ae859032afdf58822ea1e66e960caf9 (patch) | |
| tree | 95b56da1e2395ae5f242b5d49118a7d13ad73f6e /asciifarm/client/gameclient.py | |
| parent | a391351d4747646cbc9503e7d64918a536356370 (diff) | |
client doesn't crash anymore when typing long lines
Diffstat (limited to 'asciifarm/client/gameclient.py')
| -rw-r--r-- | asciifarm/client/gameclient.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/asciifarm/client/gameclient.py b/asciifarm/client/gameclient.py index 0a9b243..965239c 100644 --- a/asciifarm/client/gameclient.py +++ b/asciifarm/client/gameclient.py @@ -3,7 +3,6 @@ import os import sys -import curses import threading import json import getpass |
