From 5f339da4e138409bb1f318c611564fe6258a4212 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 18 Aug 2009 13:47:46 +0100 Subject: [PATCH] Use the right class name --- terminatorlib/terminal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/terminal.py b/terminatorlib/terminal.py index 456fe26f..d17097ed 100755 --- a/terminatorlib/terminal.py +++ b/terminatorlib/terminal.py @@ -14,7 +14,7 @@ from cwd import get_pid_cwd, get_default_cwd from util import dbg, err, gerr from config import Config from titlebar import Titlebar -from searchbox import Searchbox +from searchbar import Searchbar try: import vte