blob: 904a8a7dffe8de86f27490328ca7f61e1e1fa218 [file] [log] [blame]
class URLOpener(object):
def __init__(self, x):
self.x = x
def urlopen(self):
return file(self.x)