This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project gfxprim.git.
The branch, master has been updated via 500978aa7bfc00cfab2ec26470d50fce51d07f58 (commit) from 91041332ac12cde0c83145987a97a71dad95b460 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- http://repo.or.cz/w/gfxprim.git/commit/500978aa7bfc00cfab2ec26470d50fce51d07...
commit 500978aa7bfc00cfab2ec26470d50fce51d07f58 Author: Cyril Hrubis metan@ucw.cz Date: Sat Apr 7 20:57:20 2012 +0200
pywrap: Another fix for python 3.2
diff --git a/pylib/gfxprim/loaders/__init__.py b/pylib/gfxprim/loaders/__init__.py index c3fe31b..5dd476e 100644 --- a/pylib/gfxprim/loaders/__init__.py +++ b/pylib/gfxprim/loaders/__init__.py @@ -3,7 +3,7 @@ from . import loaders_c def _init(module):
# Extend Context with convenience methods - from _extend_context import extend_context + from ._extend_context import extend_context from ..core import Context extend_context(Context)
-----------------------------------------------------------------------
Summary of changes: pylib/gfxprim/loaders/__init__.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
repo.or.cz automatic notification. Contact project admin jiri.bluebear.dluhos@gmail.com if you want to unsubscribe, or site admin admin@repo.or.cz if you receive no reply.