summaryrefslogtreecommitdiff
path: root/grc/python/Constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/python/Constants.py')
-rw-r--r--grc/python/Constants.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/grc/python/Constants.py b/grc/python/Constants.py
index ab547ea27..1a65caf1c 100644
--- a/grc/python/Constants.py
+++ b/grc/python/Constants.py
@@ -25,7 +25,6 @@ _gr_prefs = gr.prefs()
#setup paths
PATH_SEP = {'/':':', '\\':';'}[os.path.sep]
-DOCS_DIR = os.environ.get('GR_DOC_DIR', _gr_prefs.get_string('grc', 'doc_dir', ''))
HIER_BLOCKS_LIB_DIR = os.path.join(os.path.expanduser('~'), '.grc_gnuradio')
BLOCKS_DIRS = filter( #filter blank strings
lambda x: x, PATH_SEP.join([