短縮URLを展開する

移転しました。

import sys
import urllib2

URL = "http://t.co/lWhYkfyK"
url = urllib2.urlopen(URL).geturl()

print url