Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Sep 23, 2014
1 parent a9c12b3 commit da6e876
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/bukzor/yelp_cheetah.svg?branch=master)](https://travis-ci.org/bukzor/yelp_cheetah)
[![Coverage Status](https://img.shields.io/coveralls/bukzor/yelp_cheetah.svg?branch=master)](https://coveralls.io/r/bukzor/yelp_cheetah)
[![Build Status](https://travis-ci.org/Yelp/yelp_cheetah.svg?branch=master)](https://travis-ci.org/Yelp/yelp_cheetah)
[![Coverage Status](https://img.shields.io/coveralls/Yelp/yelp_cheetah.svg?branch=master)](https://coveralls.io/r/Yelp/yelp_cheetah)

yelp_cheetah
============
Expand Down Expand Up @@ -86,7 +86,7 @@ Differences
- Remove `useKWsForPassingTrans` setting
- Remove `alwaysFilterNone` setting
- Remove cheetah ternary `#if ... then ... else ...` directive
- Remove `namespace` argument from Template.__init__
- Remove `namespace` argument from `Template.__init__`
- **Support Python 3**
- Expose a global `__YELP_CHEETAH__ = True` in compiled source
- Remove `autoImportForExtends` setting (always True)
Expand Down

0 comments on commit da6e876

Please sign in to comment.