From 180564aadc37314a234b54f1b78f9147ef10f56a Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 12 Sep 2007 09:57:54 -0400 Subject: [PATCH] Remove python2.5 needs (Mark McLoughlin) --- Changelog | 3 +++ pypungi/__init__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index c399fd08..3f35f16b 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +* Wed Sep 12 2007 Jesse Keating +- Remove python2.5 needs (Mark McLoughlin) + * Tue Sep 11 2007 Jesse Keating - Fix a bug with default dest dir (notting) - Include a man page (dcantrell) diff --git a/pypungi/__init__.py b/pypungi/__init__.py index de36fa83..e5c192d9 100644 --- a/pypungi/__init__.py +++ b/pypungi/__init__.py @@ -16,7 +16,7 @@ import logging import os import subprocess -class PungiBase(): +class PungiBase: """The base Pungi class. Set up config items and logging here""" def __init__(self, config):