Skip to content

Commit

Permalink
this is done in the storage layer
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Oct 2, 2014
1 parent 2145205 commit b9b16d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pyff/mdrepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,9 +684,6 @@ def _lookup(self, member):
src = None
return self.lookup(src, xp)

m = re.match("^(.+)=(.+)$", member)
if m:
return self._lookup("{%s}%s" % (m.group(1), m.group(2).rstrip("/")))
log.debug("calling store lookup %s" % member)
return self.store.lookup(member)

Expand Down

0 comments on commit b9b16d3

Please sign in to comment.