commit | 3ec4031a4c6d685bcc02fa10dd13b2df58732b82 | [log] [tgz] |
---|---|---|
author | James E. King III <jking@apache.org> | Thu Jan 31 18:35:51 2019 -0500 |
committer | James E. King III <jking@apache.org> | Fri Feb 01 11:13:49 2019 -0500 |
tree | a8ca7edd5f22cc4503cdd194a2036e7764325663 | |
parent | 53bd0e6295547e76ab00913cfd62f8d040bd996c [diff] [blame] |
THRIFT-4405: fix cygwin on appveyor
diff --git a/tutorial/py.twisted/PythonServer.py b/tutorial/py.twisted/PythonServer.py index 1b0e2d5..034e4a3 100755 --- a/tutorial/py.twisted/PythonServer.py +++ b/tutorial/py.twisted/PythonServer.py
@@ -85,6 +85,7 @@ def zip(self): print('zip()') + if __name__ == '__main__': handler = CalculatorHandler() processor = Calculator.Processor(handler)