comparison fetch.py @ 36:d3558b202acb

whitespace
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 15 Nov 2011 12:19:38 -0800
parents d9b9c4599a3d
children f30fe9183e64
comparison
equal deleted inserted replaced
35:d9b9c4599a3d 36:d3558b202acb
30 if '#' in url: 30 if '#' in url:
31 url, self.subpath = url.rsplit('#') 31 url, self.subpath = url.rsplit('#')
32 if self.subpath: 32 if self.subpath:
33 self.subpath = self.subpath.split('/') 33 self.subpath = self.subpath.split('/')
34 self.url = url 34 self.url = url
35 self._clobber = clobber 35 self._clobber = clobber
36 36
37 def __call__(self, dest): 37 def __call__(self, dest):
38 raise NotImplementedError("Should be called by implementing class") 38 raise NotImplementedError("Should be called by implementing class")
39 39
40 def clobber(self, dest): 40 def clobber(self, dest):