~ubuntu-branches/ubuntu/natty/ffc/natty

« back to all changes in this revision

Viewing changes to sandbox/swig/product_obj.py

  • Committer: Bazaar Package Importer
  • Author(s): Johannes Ring
  • Date: 2010-02-03 20:22:35 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100203202235-fe8d0kajuvgy2sqn
Tags: 0.9.0-1
* New upstream release.
* debian/control: Bump Standards-Version (no changes needed).
* Update debian/copyright and debian/copyright_hints.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
"This file implements a class to represent a product."
2
2
 
3
 
__author__ = "Kristian B. Oelgaard (k.b.oelgaard@tudelft.nl)"
4
 
__date__ = "2009-07-12 -- 2009-08-08"
5
 
__copyright__ = "Copyright (C) 2009 Kristian B. Oelgaard"
 
3
__author__ = "Kristian B. Oelgaard (k.b.oelgaard@gmail.com)"
 
4
__date__ = "2009-07-12"
 
5
__copyright__ = "Copyright (C) 2009-2010 Kristian B. Oelgaard"
6
6
__license__  = "GNU GPL version 3 or any later version"
7
7
 
 
8
# Last changed: 2010-01-21
 
9
 
8
10
# FFC common modules.
9
11
#from ffc.common.log import error
10
12