Skip to content

Commit

Permalink
Fix uppercase char in import.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanLipsitt committed May 5, 2015
1 parent 9dbdb4c commit 4c3e4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdeb/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import tempfile
import stdeb
from stdeb import log, __version__ as __stdeb_version__
from email.Utils import formatdate
from email.utils import formatdate

if hasattr(os,'link'):
link_func = os.link
Expand Down

0 comments on commit 4c3e4fe

Please sign in to comment.