typo in module name

This commit is contained in:
Mike McLean 2009-04-16 16:44:02 -04:00
parent 26f47643de
commit 2325d0b555

View file

@ -26,7 +26,7 @@ except ImportError:
try:
from hashlib import sha1 as sha1_constructor
except ImportError:
from sha1 import new as sha1_constructor
from sha import new as sha1_constructor
def _changelogDate(cldate):
return time.strftime('%a %b %d %Y', time.strptime(koji.formatTime(cldate), '%Y-%m-%d %H:%M:%S'))