Mercurial > hg > CommitWatcher
comparison commitwatcher/agent.py @ 21:be7090ee7738
wip
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sun, 29 Sep 2013 20:32:42 -0700 |
parents | a8e21cfda5fe |
children |
comparison
equal
deleted
inserted
replaced
20:a8e21cfda5fe | 21:be7090ee7738 |
---|---|
117 '\n'.join([(' %s' % path) | 117 '\n'.join([(' %s' % path) |
118 for path in sorted(paths)])) | 118 for path in sorted(paths)])) |
119 | 119 |
120 | 120 |
121 class FeedAgentHTML(FeedAgent): | 121 class FeedAgentHTML(FeedAgent): |
122 pass # TODO! | 122 """ |
123 http://stackoverflow.com/questions/11709079/parsing-html-python | |
124 """ | |
125 |