THRIFT-1735 integrate tutorial into regular build
python and python twisted


git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1402680 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/tutorial/Makefile.am b/tutorial/Makefile.am
index aadc60e..169a2c1 100755
--- a/tutorial/Makefile.am
+++ b/tutorial/Makefile.am
@@ -41,8 +41,8 @@
 endif
 
 if WITH_PYTHON
-#SUBDIRS += py
-#SUBDIRS += py.twisted
+SUBDIRS += py
+SUBDIRS += py.twisted
 endif
 
 if WITH_RUBY