Go to the source code of this file.
Namespaces | |
| namespace | shrinksafe | 
Variables | |
| string | shrinksafe.BOUNDARY_MARKER = "---------------------------72288400411964641492083565382" | 
| tuple | shrinksafe.request = urllib2.Request(url=URL_SHRINK_SAFE) | 
| Create the request replicating posting of the form from the web page.   | |
| tuple | shrinksafe.sourceCode = sys.stdin.read() | 
| list | shrinksafe.sourceFilename = sys.argv[1] | 
| Grab the source code.   | |
| string | shrinksafe.URL_SHRINK_SAFE = "http://shrinksafe.dojotoolkit.org/shrinksafe.php" |