aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-horizon/fix_bindir_path.patch
blob: c9d0b1ab31fb0b5dc9913a2b2d562d1b59eed02d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Upstream-Status: Inappropriate [configuration]

Index: horizon-2013.1.2/openstack_dashboard/settings.py
===================================================================
--- horizon-2013.1.2.orig/openstack_dashboard/settings.py
+++ horizon-2013.1.2/openstack_dashboard/settings.py
@@ -29,7 +29,7 @@ warnings.formatwarning = lambda message,
                                 '%s: %s' % (category.__name__, message)
 
 ROOT_PATH = os.path.dirname(os.path.abspath(__file__))
-BIN_DIR = os.path.abspath(os.path.join(ROOT_PATH, '..', 'bin'))
+BIN_DIR = os.path.abspath(os.path.join(ROOT_PATH, 'bin'))
 
 if ROOT_PATH not in sys.path:
     sys.path.append(ROOT_PATH)