File: update-rtfd

package info (click to toggle)
python-testtools 1.8.0-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 1,204 kB
  • sloc: python: 12,239; makefile: 130; sh: 2
file content (11 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/python

from StringIO import StringIO
from urllib2 import urlopen


WEB_HOOK = 'http://readthedocs.org/build/588'


if __name__ == '__main__':
    urlopen(WEB_HOOK, data='  ')