From a5829365f4530d8da10acb025d3d0954c4701ab7 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Thu, 23 May 2013 16:52:12 -0300 Subject: [PATCH] Reverted the alteration on SAMPLE_DIR constant --- invesalius/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/constants.py b/invesalius/constants.py index eb75117..b239b3a 100644 --- a/invesalius/constants.py +++ b/invesalius/constants.py @@ -297,7 +297,7 @@ WINDOW_LEVEL = {_("Abdomen"):(350,50), REDUCE_IMAGEDATA_QUALITY = 0 ICON_DIR = os.path.abspath(os.path.join('..', 'icons')) -SAMPLE_DIR = "/usr/share/doc/invesalius-examples/examples/" +SAMPLE_DIR = os.path.abspath(os.path.join('..', 'samples')) DOC_DIR = os.path.abspath(os.path.join('..', 'docs')) -- libgit2 0.21.2