also, change the module name to director_frob

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5665 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-01-22 00:52:06 +00:00
commit 05d6e6b04f
4 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
from frob import *
from director_frob import *
foo = Bravo();
s = foo.abs_method();