Revision: 129
Author: roman_yakovenko
Date: 2006-05-17 13:41:26 -0700 (Wed, 17 May 2006)
ViewCVS: http://svn.sourceforge.net/pygccxml/?rev=129&view=rev
Log Message:
-----------
making pyboost to be a package
Added Paths:
-----------
pyplusplus_dev/examples/pyboost_dev/pyboost/__init__.py
Added: pyplusplus_dev/examples/pyboost_dev/pyboost/__init__.py
===================================================================
--- pyplusplus_dev/examples/pyboost_dev/pyboost/__init__.py (rev 0)
+++ pyplusplus_dev/examples/pyboost_dev/pyboost/__init__.py 2006-05-17 20:41:26 UTC (rev 129)
@@ -0,0 +1,10 @@
+#! /usr/bin/python
+# 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)
+
+import crc
+import rational
+import date_time
+import boost_random
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|