From c5e6c27c01bd1a7cca079df7d22aa95e58e7de63 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Thu, 17 Jul 2008 11:22:25 +0000 Subject: The module is called gio._gio, not just _gio. 2008-07-17 Johan Dahlin * gio/giomodule.c (init_gio): (DL_EXPORT): The module is called gio._gio, not just _gio. svn path=/trunk/; revision=822 --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a91285a..bd43c8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * gio/giomodule.c (init_gio): Add a pygio_version module attribute + (DL_EXPORT): The module is called gio._gio, not just _gio. 2008-07-17 Johan Dahlin -- cgit