diff options
Diffstat (limited to 'src/__main__.py')
-rwxr-xr-x | src/__main__.py | 5 |
1 files changed, 5 insertions, 0 deletions
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, |