Skip to content

Commit

Permalink
[url] Add forgotten encoding tag
Browse files Browse the repository at this point in the history
Without this tag, Python2 will refuse to load the file. Oops.
  • Loading branch information
Elad Alfassa committed Feb 22, 2014
1 parent 2212563 commit ab53319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions url.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#coding: utf8
"""
url.py - Willie URL title module
Copyright 2010-2011, Michael Yanovich, yanovich.net, Kenneth Sham
Expand Down

0 comments on commit ab53319

Please sign in to comment.