diff options
author | Johan Dahlin <johan@src.gnome.org> | 2008-07-17 11:07:09 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-07-17 11:07:09 +0000 |
commit | ea9b6c9a234746aea8416b540b577f145736082d (patch) | |
tree | d1063d60193a103033848a5911f928489b3612fe | |
parent | 3d9ab4ee631a171357b06b0bc70f37ea79b912da (diff) | |
download | pygobject-ea9b6c9a234746aea8416b540b577f145736082d.tar.gz pygobject-ea9b6c9a234746aea8416b540b577f145736082d.tar.xz pygobject-ea9b6c9a234746aea8416b540b577f145736082d.zip |
s/pygobject/gio/
svn path=/trunk/; revision=821
-rw-r--r-- | gio/giomodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/giomodule.c b/gio/giomodule.c index 469c55d..ad81d31 100644 --- a/gio/giomodule.c +++ b/gio/giomodule.c @@ -56,7 +56,7 @@ init_gio(void) PyModule_AddStringConstant(m, "ERROR", g_quark_to_string(G_IO_ERROR)); - /* pygobject version */ + /* pygio version */ tuple = Py_BuildValue ("(iii)", PYGIO_MAJOR_VERSION, PYGIO_MINOR_VERSION, |