Remove unnecessary python path updates for bundled subunit/testtools.
[nivanova/samba-autobuild/.git] / lib / subunit / python / subunit / tests / sample-two-script.py
1 #!/usr/bin/env python
2 import sys
3 print("test old mcdonald")
4 print("success old mcdonald")
5 print("test bing crosby")
6 print("success bing crosby")
7 sys.exit(0)