comparison document_it.py @ 2:58befca0eb17

somethin
author Jeff Hammel <jhammel@mozilla.com>
date Mon, 01 Aug 2011 16:37:59 -0700
parents 53c7f9c7dfb6
children 550f4b240e20
comparison
equal deleted inserted replaced
1:53c7f9c7dfb6 2:58befca0eb17
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 2
3 """ 3 """
4 update documentation for Mozmill 4 update documentation for Mozmill
5 """ 5 """
6
7 #http://developer.mindtouch.com/en/ref/MindTouch_API/POST%3Apages%2F%2F%7Bpageid%7D%2F%2Fcontents
6 8
7 import os 9 import os
8 import sys 10 import sys
9 import urllib2 11 import urllib2
10 from optparse import OptionParser 12 from optparse import OptionParser