summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_bufio.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_bufio.py')
0 files changed, 0 insertions, 0 deletions
ss="hl kwa">import __phello__ except ImportError, x: raise TestFailed, "import __phello__ failed:" + str(x) try: import __phello__.spam except ImportError, x: raise TestFailed, "import __phello__.spam failed:" + str(x) if sys.platform != "mac": # On the Mac this import does succeed. try: import __phello__.foo except ImportError: pass else: raise TestFailed, "import __phello__.foo should have failed"