File: update-rtfd

package info (click to toggle)
python-testtools 2.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,244 kB
  • sloc: python: 15,086; makefile: 127; sh: 3
file content (10 lines) | stat: -rwxr-xr-x 157 bytes parent folder | download | duplicates (3)
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='  ')