~simplestreams-dev/simplestreams/trunk

« back to all changes in this revision

Viewing changes to tools/tab2streams

  • Committer: Scott Moser
  • Date: 2016-11-28 14:54:35 UTC
  • Revision ID: smoser@ubuntu.com-20161128145435-08k2e23i9awuppky
flake8: fix style errors reported by pycodestyle 2.1.0

pycodestyle 2.1.0 began to complain about some newline issues
that were previously not complained about.  The change here just adds
the new lines that it wants.

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
 
85
85
    return
86
86
 
 
87
 
87
88
if __name__ == '__main__':
88
89
    sys.exit(main())
89
90