Revision: 434
Author: allenb
Date: 2006-08-22 14:56:24 -0700 (Tue, 22 Aug 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=434&view=rev
Log Message:
-----------
Make contrib look a little like a package to python.
This will allow a user to just add the contrib directory to their python path and then "import contrib.package_name". This is much easier to
deal with then having to add a bunch of paths.
Added Paths:
-----------
pyplusplus_dev/contrib/__init__.py
Added: pyplusplus_dev/contrib/__init__.py
===================================================================
--- pyplusplus_dev/contrib/__init__.py (rev 0)
+++ pyplusplus_dev/contrib/__init__.py 2006-08-22 21:56:24 UTC (rev 434)
@@ -0,0 +1,4 @@
+# Copyright 2004 Roman Yakovenko.
+# Distributed under the Boost Software License, Version 1.0. (See
+# accompanying file LICENSE_1_0.txt or copy at
+# http://www.boost.org/LICENSE_1_0.txt)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|