Fixed a Python 3 bug.
[jinja2.git] / Makefile
1 test:
2         python setup.py test
3
4 .PHONY: test