diff Resources/Samples/Python/RestToolbox.py @ 341:b51c67f28b33

documentation of the sample
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 17 Jan 2013 16:01:58 +0100
parents 61f6a3d66b85
children 107da6a8c630
line wrap: on
line diff
--- a/Resources/Samples/Python/RestToolbox.py	Thu Jan 17 15:54:02 2013 +0100
+++ b/Resources/Samples/Python/RestToolbox.py	Thu Jan 17 16:01:58 2013 +0100
@@ -1,9 +1,5 @@
-import hashlib
 import httplib2
 import json
-import os.path
-import Image
-import zipfile
 from urllib import urlencode
 
 def DoGet(uri, data = {}):