diff options
author | Guillaume Seguin <guillaume@segu.in> | 2007-12-08 22:41:26 +0100 |
---|---|---|
committer | Guillaume Seguin <guillaume@segu.in> | 2007-12-08 22:41:26 +0100 |
commit | 1681155506275882e653a3fa52a69251567f6b70 (patch) | |
tree | 43e461f095850b73e75e67d69a0fbf3968719c16 | |
parent | 6b7a97317b47940d3f115208d34c05d39eb41f96 (diff) | |
download | gmathlib-1681155506275882e653a3fa52a69251567f6b70.tar.gz gmathlib-1681155506275882e653a3fa52a69251567f6b70.tar.bz2 |
* Fix module name in override file for pyGMathView
-rw-r--r-- | bindings/python/pygmathview/gmathview.override | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/pygmathview/gmathview.override b/bindings/python/pygmathview/gmathview.override index 4a22f77..53a3f9e 100644 --- a/bindings/python/pygmathview/gmathview.override +++ b/bindings/python/pygmathview/gmathview.override @@ -31,7 +31,7 @@ headers #include <gmathview.h> %% -modulename gmathlib +modulename gmathview %% import gtk.DrawingArea as PyGtkDrawingArea_Type |