[tor-commits] [arm/release] fix: missing import after the text input move
atagar at torproject.org
atagar at torproject.org
Sun Jul 17 06:08:20 UTC 2011
commit a5737a023c9363bfd375614c2f9c067059c7e998
Author: Damian Johnson <atagar at torproject.org>
Date: Wed May 18 20:28:35 2011 -0700
fix: missing import after the text input move
Pressing enter to prompt for text input caused a crash (odd I didn't catch
this earlier...).
---
src/util/panel.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/util/panel.py b/src/util/panel.py
index 06c8649..a104a07 100644
--- a/src/util/panel.py
+++ b/src/util/panel.py
@@ -7,6 +7,7 @@ import copy
import time
import traceback
import curses
+import curses.textpad
from threading import RLock
from util import log, uiTools
More information about the tor-commits
mailing list