[pygccxml-commit] SF.net SVN: pygccxml:[1601] pyplusplus_dev/unittests
Brought to you by:
mbaas,
roman_yakovenko
From: <rom...@us...> - 2009-01-20 07:53:05
|
Revision: 1601 http://pygccxml.svn.sourceforge.net/pygccxml/?rev=1601&view=rev Author: roman_yakovenko Date: 2009-01-20 07:53:01 +0000 (Tue, 20 Jan 2009) Log Message: ----------- removing temp directory Modified Paths: -------------- pyplusplus_dev/unittests/autoconfig.py Removed Paths: ------------- pyplusplus_dev/unittests/temp/ Modified: pyplusplus_dev/unittests/autoconfig.py =================================================================== --- pyplusplus_dev/unittests/autoconfig.py 2009-01-20 07:40:31 UTC (rev 1600) +++ pyplusplus_dev/unittests/autoconfig.py 2009-01-20 07:53:01 UTC (rev 1601) @@ -16,6 +16,9 @@ build_directory = os.path.join( this_module_dir_path, 'temp' ) build_dir = build_directory +if not os.path.exists( build_dir ): + os.mkdir( build_dir ) + sys.path.append( os.path.dirname( this_module_dir_path ) ) from environment import scons, boost, python, gccxml, indexing_suite This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |