Skip to content

Commit

Permalink
Fix import case in appcast.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanj committed May 11, 2014
1 parent cd6e80e commit 77f829e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updates/appcast.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

from email.Utils import formatdate
from email.utils import formatdate
from string import Template
from argparse import ArgumentParser
from hashlib import sha1
Expand Down

0 comments on commit 77f829e

Please sign in to comment.