testtools: Update to latest upstream snapshot.
[nivanova/samba-autobuild/.git] / lib / testtools / scripts / update-rtfd
diff --git a/lib/testtools/scripts/update-rtfd b/lib/testtools/scripts/update-rtfd
new file mode 100755 (executable)
index 0000000..92a19da
--- /dev/null
@@ -0,0 +1,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='  ')