|
|
@ -6,7 +6,6 @@ import inferlib
|
|
|
|
import os
|
|
|
|
import os
|
|
|
|
import sys
|
|
|
|
import sys
|
|
|
|
|
|
|
|
|
|
|
|
SCRIPT_FOLDER = os.path.dirname(os.path.realpath(__file__))
|
|
|
|
|
|
|
|
CAPTURE_PACKAGE = 'capture'
|
|
|
|
CAPTURE_PACKAGE = 'capture'
|
|
|
|
LIB_FOLDER = os.path.join(
|
|
|
|
LIB_FOLDER = os.path.join(
|
|
|
|
os.path.dirname(os.path.realpath(__file__)), os.path.pardir, 'lib')
|
|
|
|
os.path.dirname(os.path.realpath(__file__)), os.path.pardir, 'lib')
|
|
|
|