Remove python2.5 needs (Mark McLoughlin)

This commit is contained in:
Jesse Keating 2007-09-12 09:57:54 -04:00 committed by Jesse Keating
parent 0d888052c4
commit 180564aadc
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
* Wed Sep 12 2007 Jesse Keating <jkeating@redhat.com>
- Remove python2.5 needs (Mark McLoughlin)
* Tue Sep 11 2007 Jesse Keating <jkeating@redhat.com>
- Fix a bug with default dest dir (notting)
- Include a man page (dcantrell)

View File

@ -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):