Remove python2.5 needs (Mark McLoughlin)
This commit is contained in:
parent
0d888052c4
commit
180564aadc
@ -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)
|
||||
|
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user