Skip to content

Instantly share code, notes, and snippets.

View Kuranes's full-sized avatar

Tuan Kuranes Kuranes

View GitHub Profile
# easy_install poster
from poster.encode import multipart_encode
from poster.streaminghttp import register_openers
import urllib2
# Register the streaming http handlers with urllib2
register_openers()
path="./"
filename="model.dae"