File: update-rtfd

package info (click to toggle)
python-testtools 2.7.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,400 kB
  • sloc: python: 14,643; makefile: 126; sh: 3
file content (10 lines) | stat: -rwxr-xr-x 157 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/python

from urllib2 import urlopen


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


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