2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 18:12:43 +00:00

Add a Numeric interaction test

[SVN r13371]
This commit is contained in:
Dave Abrahams
2002-04-04 22:52:48 +00:00
parent b601ba55d0
commit 022c8502c0

View File

@@ -1,6 +1,8 @@
'''
# Try to reproduce a Numeric interaction bug if Numeric is installed.
>>> from bienstman1_ext import *
>>> # from Numeric import *
>>> try: from Numeric import *
... except: pass
'''
def run(args = None):
import sys