Skip to content

Commit

Permalink
Merge pull request #251 from Yelp/backward_compat
Browse files Browse the repository at this point in the history
Add backward compatibility with 0.17.0
  • Loading branch information
asottile committed Aug 26, 2016
2 parents 82b132f + 104ced4 commit 4ca7012
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cheetah/NameMapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ def py_value_from_search_list(key, self, ns):
value_from_namespace = _cheetah.value_from_namespace
value_from_frame_or_namespace = _cheetah.value_from_frame_or_namespace
value_from_search_list = _cheetah.value_from_search_list


# Backward compatibility with 0.17.0
value_from_frame_or_search_list = None

0 comments on commit 4ca7012

Please sign in to comment.