repo.or.cz
/
Samba
/
gbeck.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
samba_upgradeprovision: fix the nTSecurityDescriptor on more containers (bug #9481)
[Samba/gbeck.git]
/
lib
/
testtools
/
scripts
/
update-rtfd
blob
92a19daaa6cd9d1253270b20ef368910c2052957
1
#!/usr/bin/python
2
3
from
StringIO
import
StringIO
4
from
urllib2
import
urlopen
5
6
7
WEB_HOOK
=
'http://readthedocs.org/build/588'
8
9
10
if
__name__
==
'__main__'
:
11
urlopen
(
WEB_HOOK
,
data
=
' '
)