Skip to content

Commit

Permalink
drop the package name so we will have names modshogun.CLASS with swig…
Browse files Browse the repository at this point in the history
… 3.0
  • Loading branch information
Soeren Sonnenburg committed Mar 3, 2014
1 parent db13b04 commit 88335ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/modular/modshogun.i
Expand Up @@ -12,9 +12,9 @@
%enddef

#if defined(USE_SWIG_DIRECTORS) && defined(SWIGPYTHON)
%module(directors="1", package="modshogun", docstring=DOCSTR) modshogun
%module(directors="1", docstring=DOCSTR) modshogun
#else
%module(docstring=DOCSTR, package="modshogun") modshogun
%module(docstring=DOCSTR) modshogun
#endif
#undef DOCSTR

Expand Down

0 comments on commit 88335ed

Please sign in to comment.