r23340 - gnucash/trunk/src/bin - Bug 710871 - Undo my last two commits.

Mike Evans mikee at code.gnucash.org
Sun Oct 27 10:58:34 EDT 2013


Author: mikee
Date: 2013-10-27 10:58:34 -0400 (Sun, 27 Oct 2013)
New Revision: 23340
Trac: http://svn.gnucash.org/trac/changeset/23340

Modified:
   gnucash/trunk/src/bin/environment.in
Log:
Bug 710871 - Undo my last two commits.

Wrong solution to the problem.

Modified: gnucash/trunk/src/bin/environment.in
===================================================================
--- gnucash/trunk/src/bin/environment.in	2013-10-26 10:08:19 UTC (rev 23339)
+++ gnucash/trunk/src/bin/environment.in	2013-10-27 14:58:34 UTC (rev 23340)
@@ -43,9 +43,6 @@
 # Tell GnuCash where to look for GnuCash modules
 GNC_MODULE_PATH={GNC_LIB};{GNC_MODULE_PATH}
 
-# Tell GnuCash where to look for local python site-packages.
-PYTHONPATH={SYS_LIB}/python2.7/site-packages;{PYTHONPATH}
-
 # Prevent embedded guile from issuing deprecation warnings
 GUILE_WARN_DEPRECATED=no
 



More information about the gnucash-changes mailing list