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

@ -31,7 +31,7 @@ import base64
import koji
import koji.util
import fnmatch
import md5
from koji.util import md5_constructor
import os
import re
import pprint