Re-work drop (consoleUI.py)

This commit is contained in:
Etoh 2014-02-19 19:37:56 +00:00 committed by Uriziel
parent f3329b0354
commit 75f0c838eb

View File

@ -36,7 +36,7 @@ class ConsoleUI(threading.Thread):
except EOFError:
pass
def promptFor(self, prompt=">", message=""):
def waitForUserAction(self, prompt=">", message=""):
if message <> "":
print(message)
self.promptMode.clear()