summaryrefslogtreecommitdiff
blob: e9bdeffbfc2e194fd81e53c03e7cdf74c0b0f028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
From: Elijah El Lazkani <ThyArmageddon+Gentoo@Gmail.com>
Date: Thu Jun 28 21:17:07 UTC 2012
Subject:  Fixing modules_path to load when application launches

--- flowblade
+++ flowblade
@@ -34,7 +34,7 @@
 # Update sys.path to include modules
 if launch_dir == "/usr/bin":
     print "Running from installation..."
-    modules_path = "/usr/share/pyshared/Flowblade"
+    modules_path = "/usr/share/flowblade"
 else:
     print "Running from filesystem..."
     modules_path = launch_dir + "/Flowblade"