~ubuntu-branches/ubuntu/vivid/pylint/vivid-proposed

« back to all changes in this revision

Viewing changes to checkers/similar.py

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2009-12-19 21:38:49 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20091219213849-kcax3214c3mmucox
Tags: 0.19.0-1
* New upstream release
* debian/pylint.docs
  - removed 'TODO', no more shipped
* debian/copyright
  - updated copyright information, also adding new files with different info
* debian/{rules, TODO}
  - run tests at build-time
* debian/pylint.postrm
  - use 'set -e' instead of calling shell with '-e'

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# You should have received a copy of the GNU General Public License along with
15
15
# this program; if not, write to the Free Software Foundation, Inc.,
16
16
# 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
17
 
"""a similarties / code duplication command line tool and pylint checker
 
17
"""a similarities / code duplication command line tool and pylint checker
18
18
"""
19
19
from __future__ import generators
20
20