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 "IPFire 3.x development tree".
The branch, master has been updated via 25cea7e2e58e6584a794b4a6c17cd52738140118 (commit) from 865a945a4b5895c08b3a7aba885b7f7462e87c01 (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 ----------------------------------------------------------------- commit 25cea7e2e58e6584a794b4a6c17cd52738140118 Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Mar 19 14:27:10 2010 +0100
naoki: Fix include of "handlers.py".
-----------------------------------------------------------------------
Summary of changes: naoki/__init__.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
Difference in files: diff --git a/naoki/__init__.py b/naoki/__init__.py index 515a553..039eff6 100644 --- a/naoki/__init__.py +++ b/naoki/__init__.py @@ -11,7 +11,6 @@ import terminal import util
from constants import * -from handlers import *
class Naoki(object): def __init__(self):
hooks/post-receive -- IPFire 3.x development tree