01-osprofiler.patch revision 5403
7185N/A--- horizon-2015.1.0/openstack_dashboard/wsgi/django.wsgi.orig 2014-11-13 15:02:19.599694847 -0700
7185N/A+++ horizon-2015.1.0/openstack_dashboard/wsgi/django.wsgi 2014-11-13 15:03:31.633159017 -0700
7185N/A@@ -5,7 +5,12 @@ import django.core.handlers.wsgi
7185N/A from django.conf import settings
7185N/A+# https://bugs.launchpad.net/osprofiler/+bug/1361235 in osprofiler is
7185N/A+sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(__file__)), os.path.realpath('../..')))