[Scipy-svn] r2647 - trunk/Lib/sandbox/timeseries

scipy-svn at scipy.org scipy-svn at scipy.org
Tue Jan 30 15:03:39 EST 2007


Author: mattknox_ca
Date: 2007-01-30 14:03:36 -0600 (Tue, 30 Jan 2007)
New Revision: 2647

Modified:
   trunk/Lib/sandbox/timeseries/__init__.py
Log:
added report functions

Modified: trunk/Lib/sandbox/timeseries/__init__.py
===================================================================
--- trunk/Lib/sandbox/timeseries/__init__.py	2007-01-30 20:02:53 UTC (rev 2646)
+++ trunk/Lib/sandbox/timeseries/__init__.py	2007-01-30 20:03:36 UTC (rev 2647)
@@ -6,6 +6,8 @@
 :contact: pierregm_at_uga_dot_edu - mattknox_ca_at_hotmail_dot_com
 :version: $Id$
 """
+
+
 __author__ = "Pierre GF Gerard-Marchant  & Matt Knox ($Author$)"
 __version__ = '1.0'
 __revision__ = "$Revision$"
@@ -19,8 +21,11 @@
 from tseries import *
 import tmulti
 from tmulti import *
+import reportlib
+from reportlib import *
 
-__all__ = ['tdates', 'tseries','tmulti']
+__all__ = ['tdates', 'tseries','tmulti','reportlib']
 __all__ += tdates.__all__
 __all__ += tseries.__all__
-__all__ += tmulti.__all__
\ No newline at end of file
+__all__ += tmulti.__all__
+__all__ += reportlib.__all__




More information about the Scipy-svn mailing list