~ubuntu-branches/ubuntu/saucy/python-scipy/saucy

« back to all changes in this revision

Viewing changes to scipy/sandbox/timeseries/lib/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Ondrej Certik
  • Date: 2008-06-16 22:58:01 UTC
  • mfrom: (2.1.24 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080616225801-irdhrpcwiocfbcmt
Tags: 0.6.0-12
* The description updated to match the current SciPy (Closes: #489149).
* Standards-Version bumped to 3.8.0 (no action needed)
* Build-Depends: netcdf-dev changed to libnetcdf-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"""
 
2
:author: Pierre GF Gerard-Marchant & Matt Knox
 
3
:contact: pierregm_at_uga_dot_edu - mattknox_ca_at_hotmail_dot_com
 
4
:version: $Id: __init__.py 2807 2007-03-02 08:48:04Z pierregm $
 
5
"""
 
6
__author__ = "Pierre GF Gerard-Marchant & Matt Knox ($Author: pierregm $)"
 
7
__version__ = '1.0'
 
8
__revision__ = "$Revision: 2807 $"
 
9
__date__     = '$Date: 2007-03-02 00:48:04 -0800 (Fri, 02 Mar 2007) $'
 
 
b'\\ No newline at end of file'