Skip to content

Commit

Permalink
Add encoding declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsafley committed Mar 29, 2012
1 parent 815c4ee commit f7fd7c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reincarnation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /usr/bin/python
#!/usr/bin/python
# coding: utf-8

import argparse
from datetime import date
Expand Down

0 comments on commit f7fd7c0

Please sign in to comment.