Advertisement
Thelorgoreng

url stuff

Oct 23rd, 2015
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. if sys.version_info[0] > 2:
  2.   import urllib.request as urlreq
  3. else:
  4.   import urllib2 as urlreq
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement