blob: f8b33d202ffbd62514b9acab46612b6efa1c4adb [file] [log] [blame]
from lib1 import urlopen
def g():
return None
def f(url):
'''Return the representation available at the URL.
'''
return urlopen(url).read()