changeset 14168 | 135e244776f0 |
parent 14091 | 0aa60e4e0b76 |
child 14482 | 58b36e9ea783 |
--- a/mercurial/statichttprepo.py Mon May 02 10:11:05 2011 +0200 +++ b/mercurial/statichttprepo.py Mon May 02 10:11:18 2011 +0200 @@ -93,7 +93,7 @@ # find requirements try: - requirements = self.opener("requires").read().splitlines() + requirements = self.opener.read("requires").splitlines() except IOError, inst: if inst.errno != errno.ENOENT: raise