~ubuntu-branches/ubuntu/vivid/quantlib-swig/vivid

« back to all changes in this revision

Viewing changes to Python/QuantLib/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2009-12-03 17:01:53 UTC
  • mfrom: (1.1.9 upstream) (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20091203170153-x5yrwybjsl2q11vw
* New upstream release

* debian/control: Updated Standards-Version: to current value

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
"""
18
18
 
19
19
from QuantLib import *
 
20
from QuantLib import _QuantLib
20
21
 
21
22
__author__ = 'The QuantLib Group'
22
23
__email__ = 'quantlib-users@lists.sourceforge.net'