From e9cecdb853d7848fc80490e2125291ecd94cf561 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 24 Apr 2014 17:48:11 +0200 Subject: add make install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/__main__.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/__main__.py') diff --git a/src/__main__.py b/src/__main__.py index 501a30b..126ca49 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -37,6 +37,11 @@ FONT = '-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*' BACKGROUND, FOREGROUND = (0, 0, 0), (192, 192, 192) +PLUGIN_PATH = None +if PLUGIN_PATH is not None: + sys.path.insert(0, PLUGIN_PATH) + + def redraw(): ''' Invoked when redraw is needed, -- cgit v1.2.3-70-g09d2