Since commit 2c14587b88aaa8efa744b15af242e8de9193ca8c, the sample
commitb41e738905d03513c771a52faac1a51cda09e451
authorM. Levinson <mlevins@users.sourceforge.net>
Sun, 15 Feb 2009 18:58:42 +0000 (15 19:58 +0100)
committerWitold Filipczyk <nobody@nowhere>
Sun, 15 Feb 2009 18:58:42 +0000 (15 19:58 +0100)
tree8c712db1280f12a2f75b23c87820ca310d623ad4
parentece4bfcc2812bbce8a8024837c4475d53252b40b
Since commit 2c14587b88aaa8efa744b15af242e8de9193ca8c, the sample
hooks.py file in the ELinks distribution will fail with an ImportError
exception for any user who hasn't also installed contrib/python/lp3.py.

For the benefit of users who may not otherwise need that file, I'd
suggest delaying the import of lp3 until it's actually used so that
the rest of hooks.py will still work without it.
contrib/python/hooks.py