fix for directors
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@6201 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
20595f1bdc
commit
e31bb36739
1 changed files with 4 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
# This is the import runtime testcase.
|
||||
|
||||
import _imports_a
|
||||
import _imports_b
|
||||
import imports_a
|
||||
import imports_b
|
||||
import sys
|
||||
|
||||
x = _imports_b.new_B()
|
||||
_imports_a.A_hello(x)
|
||||
x = imports_b.B()
|
||||
imports_a.A.hello(x)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue