Skip to content

Commit 77f829e

Browse files
committed
Fix import case in appcast.py
1 parent cd6e80e commit 77f829e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updates/appcast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
from email.Utils import formatdate
3+
from email.utils import formatdate
44
from string import Template
55
from argparse import ArgumentParser
66
from hashlib import sha1

0 commit comments

Comments
 (0)