~ubuntu-branches/ubuntu/wily/openpyxl/wily-proposed

« back to all changes in this revision

Viewing changes to openpyxl/namedrange.py

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2011-11-18 15:56:52 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20111118155652-bsxf6i5wq4ptg2ln
Tags: 1.5.6-1
Fresh upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# file openpyxl/namedrange.py
2
2
 
3
 
# Copyright (c) 2010 openpyxl
 
3
# Copyright (c) 2010-2011 openpyxl
4
4
#
5
5
# Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
# of this software and associated documentation files (the "Software"), to deal
21
21
# THE SOFTWARE.
22
22
#
23
23
# @license: http://www.opensource.org/licenses/mit-license.php
24
 
# @author: Eric Gazoni
 
24
# @author: see AUTHORS file
25
25
 
26
26
"""Track named groups of cells in a worksheet"""
27
27