setup for python-2.6 avoid depreciation warnings

This commit is contained in:
Dennis Gilmore 2009-02-16 11:23:12 -06:00
parent 821414b8ba
commit 373fbad545
7 changed files with 11 additions and 6 deletions

View file

@ -33,7 +33,7 @@ import errno
import glob
import logging
import logging.handlers
import md5
from koji.util import md5_constructor
import os
import pprint
import pwd