On Sat, 20 Apr 2013 01:15:58 -0700 (PDT)
Viktor Ransmayr <[email protected]> wrote:

> *syntax error importing plugin: leo.plugins.quicksearch

=== modified file 'leo/plugins/threadutil.py'
--- leo/plugins/threadutil.py   2013-04-17 20:42:38 +0000
+++ leo/plugins/threadutil.py   2013-04-20 14:33:35 +0000
@@ -263,7 +263,7 @@

 def leo_echo_cb(out, err, code, ent):
     arg = ent['arg']
-    g.es("> " + arg[0] + " " + `arg[1:]`    )
+    g.es("> " + arg[0] + " " + repr(arg[1:])    )
     if out:

Should work now.

Cheers -Terry

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to