THRIFT-5927 Cannot use reserved language keyword "None" with target language Python
Client: py
Patch: Jens Geyer
Generated-by: Opencode big-pickle
diff --git a/lib/py/Makefile.am b/lib/py/Makefile.am
index 2be72de..0abd349 100644
--- a/lib/py/Makefile.am
+++ b/lib/py/Makefile.am
@@ -58,6 +58,7 @@
 	$(PYTHON) test/thrift_TCompactProtocol.py
 	$(PYTHON) test/thrift_TNonblockingServer.py
 	$(PYTHON) test/thrift_TSerializer.py
+	$(PYTHON) test/test_compiler/test_keyword_escape.py
 
 
 clean-local: