diff options
Diffstat (limited to 'Mac/Modules/list/listscan.py')
-rw-r--r-- | Mac/Modules/list/listscan.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Mac/Modules/list/listscan.py b/Mac/Modules/list/listscan.py index 0817e76..d9638aa 100644 --- a/Mac/Modules/list/listscan.py +++ b/Mac/Modules/list/listscan.py @@ -2,10 +2,9 @@ import sys import os -BGENDIR=os.path.join(sys.prefix, ':Tools:bgen:bgen') +from bgenlocations import TOOLBOXDIR, BGENDIR sys.path.append(BGENDIR) from scantools import Scanner -from bgenlocations import TOOLBOXDIR LONG = "Lists" SHORT = "list" |