diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2008-12-02 20:21:16 +0000 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2008-12-02 20:21:16 +0000 |
commit | 1c4ec59e450643e641ebe7e8095f8b911bc41fd9 (patch) | |
tree | 8787eae9c77e2e928491cd4b226f16d7faeb7164 /Examples/test-suite/packageoption_b.i | |
parent | 415186c1f4dc37a5e961c7c6c129dce382bef609 (diff) | |
download | swig-1c4ec59e450643e641ebe7e8095f8b911bc41fd9.tar.gz |
Apply patch #2143727 for Python from Serge Monkewitz to fix importing base classes when the package option is specified in %module and that module is %import'ed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10960 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/test-suite/packageoption_b.i')
-rw-r--r-- | Examples/test-suite/packageoption_b.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/packageoption_b.i b/Examples/test-suite/packageoption_b.i index 466853cc0..40a44be14 100644 --- a/Examples/test-suite/packageoption_b.i +++ b/Examples/test-suite/packageoption_b.i @@ -1,4 +1,4 @@ -%module(package="C") "packageoption_b"; +%module(package="CommonPackage") "packageoption_b"; %inline %{ class B |