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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user