~parinporecha/gtg/config_parser_bug

« back to all changes in this revision

Viewing changes to scripts/tarball_integrity.py

  • Committer: Izidor Matušov
  • Date: 2013-02-25 07:35:07 UTC
  • Revision ID: izidor.matusov@gmail.com-20130225073507-vgts69uthx7z2run
PEP8ification by Nimit

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
tarlist = list()
24
24
dirlist = list()
25
 
exclude_list = ('dist/', 'build/', '.bzr', 'test', 'pyc', 'scripts/', 'tmp/', \
 
25
exclude_list = ('dist/', 'build/', '.bzr', 'test', 'pyc', 'scripts/', 'tmp/',
26
26
                'pot', 'HACKING', 'MANIFEST', 'Makefile', 'profile.py', '.swp')
27
27
 
28
28
for t in glob('dist/*.tar.gz'):