Revision: 32
Author: roman_yakovenko
Date: 2006-05-01 21:19:22 -0700 (Mon, 01 May 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=32&view=rev
Log Message:
-----------
improve readability of the code
Modified Paths:
--------------
pygccxml_dev/unittests/autoconfig.py
Modified: pygccxml_dev/unittests/autoconfig.py
===================================================================
--- pygccxml_dev/unittests/autoconfig.py 2006-05-02 04:18:31 UTC (rev 31)
+++ pygccxml_dev/unittests/autoconfig.py 2006-05-02 04:19:22 UTC (rev 32)
@@ -18,7 +18,8 @@
if sys.platform == 'win32':
gccxml_path = 'c:/tools/gccxml/bin/gccxml.exe'
else:
- gccxml_path = '/home/roman/gccxml/bin/gccxml'
+ gccxml_path = '/home/roman/gccxml/bin/gccxml'
+
try:
import pygccxml
print 'unittests will run on INSTALLED version'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|