~ubuntu-branches/ubuntu/saucy/xxdiff/saucy

« back to all changes in this revision

Viewing changes to bin/xx-find-grep-sed

  • Committer: Bazaar Package Importer
  • Author(s): Tomas Pospisek
  • Date: 2006-12-03 21:41:08 UTC
  • mfrom: (3.1.3 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203214108-l7d3sleqmf1uu1is
Tags: 1:3.2-2
* oops /usr/man slipped in again. Re-re-re-moving it.
* fix doc-base reference problems reported by lintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env python
 
2
# This file is part of the xxdiff package.  See xxdiff for license and details.
 
3
 
 
4
"Use --help for usage or see the xxdiff Python module for details."
 
5
 
 
6
__author__ = 'Martin Blais <blais@furius.ca>'
 
7
 
 
8
from xxdiff.scripts.findgrepsed import main
 
9
main()
 
10
 
 
11