[mousetrap/gnome3-wip: 178/240] Fixed pip-based install



commit b89161dc6a7cf831d02e17c965319da86a336775
Author: Kevin Brown <kevin kevinbrown in>
Date:   Thu Jun 26 23:36:48 2014 -0400

    Fixed pip-based install

 setup.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/setup.py b/setup.py
index f7214e6..52be3f6 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ import os
 import sys
 
 
-SRC_PATH = os.path.join(os.path.dirname(__file__), "src")
+SRC_PATH = os.path.relpath(os.path.join(os.path.dirname(__file__), "src"))
 ABS_SRC_PATH = os.path.abspath(os.path.join(os.path.dirname(os.path.realpath(__file__)), "src"))
 
 sys.path.append(SRC_PATH)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]