diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-07 07:51:17 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-07 07:51:17 +0200 |
commit | 7385d625053be9fb04023f0274256f4652d268d1 (patch) | |
tree | f034766fb4c102792d68a0cfce73eb5cbbd7c108 /src/monitor.py | |
parent | doc SOLAR_APPARENT_RADIUS (diff) | |
download | blueshift-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 '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 * |