summaryrefslogtreecommitdiffstats
path: root/src/monitor.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-09-07 07:51:17 +0200
committerMattias Andrée <maandree@operamail.com>2014-09-07 07:51:17 +0200
commit7385d625053be9fb04023f0274256f4652d268d1 (patch)
treef034766fb4c102792d68a0cfce73eb5cbbd7c108 /src/monitor.py
parentdoc SOLAR_APPARENT_RADIUS (diff)
downloadblueshift-7385d625053be9fb04023f0274256f4652d268d1.tar.gz
blueshift-7385d625053be9fb04023f0274256f4652d268d1.tar.bz2
blueshift-7385d625053be9fb04023f0274256f4652d268d1.tar.xz
cleanup in preparation for and preparation for use of pylibgamma
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/monitor.py9
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 *