diff options
Diffstat (limited to 'src/monitor.py')
-rw-r--r-- | src/monitor.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/monitor.py b/src/monitor.py index 6f28da4..bfed220 100644 --- a/src/monitor.py +++ b/src/monitor.py @@ -23,21 +23,12 @@ from aux import * from curve import * -LIBDIR = 'bin' -''' -:str Path to libraries, '/usr/lib' is standard -''' - LIBEXECDIR = 'bin' ''' :str Path to executable libraries, '/usr/libexec' is standard ''' -## Add the path to libraries to the list of paths to Python modules -sys.path.append(LIBDIR) - - ## Load DRM module try: from blueshift_drm import * |