~ubuntu-branches/debian/sid/xlsxwriter/sid

« back to all changes in this revision

Viewing changes to examples/merge1.py

  • Committer: Package Import Robot
  • Author(s): Zygmunt Krynicki
  • Date: 2014-04-29 12:25:12 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140429122512-wqvuj4dumnfu4evx
Tags: 0.6.7-1
* New upstream release. List of changes is available on
  http://xlsxwriter.readthedocs.org/changes.html
* Add doc-base files for the readme.html shipped by upstream
* debian/control: build-depend on dh-python
* debian/watch: use the new pypi redirector
* debian/rules: don't ship the new vba_extract script, it's a small example
  (of many) and it doesn't seem to be that useful yet.
* debian/copyright: bump dates and add myself to debian/ section

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
# A simple example of merging cells with the XlsxWriter Python module.
4
4
#
5
 
# Copyright 2013, John McNamara, jmcnamara@cpan.org
 
5
# Copyright 2013-2015, John McNamara, jmcnamara@cpan.org
6
6
#
7
7
import xlsxwriter
8
8