From 7385d625053be9fb04023f0274256f4652d268d1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 7 Sep 2014 07:51:17 +0200 Subject: cleanup in preparation for and preparation for use of pylibgamma MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/monitor.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/monitor.py') 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 * -- cgit v1.2.3-70-g09d2