Skip to content

Commit

Permalink
fix utf8 encoding on top of files.
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Feb 2, 2014
1 parent 9728167 commit bdf9c52
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf8 - *-
# -*- coding: utf-8 -*-
"""vcspull lives at <https://github.com/tony/vcspull>.
vcspull
Expand Down
2 changes: 1 addition & 1 deletion vcspull/__main__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf8 - *-
# -*- coding: utf-8 -*-
"""For accessing vcspull as a package.
vcspull
Expand Down
2 changes: 1 addition & 1 deletion vcspull/cli.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf8 - *-
# -*- coding: utf-8 -*-
"""CLI utilities for vcspull.
vcspull.cli
Expand Down
2 changes: 1 addition & 1 deletion vcspull/exc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf8 - *-
# -*- coding: utf-8 -*-
"""Exceptions for vcspull.
vcspull.exc
Expand Down
2 changes: 1 addition & 1 deletion vcspull/log.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf8 - *-
# -*- coding: utf-8 -*-
"""Log utilities for vcspull.
vcspull.log
Expand Down

0 comments on commit bdf9c52

Please sign in to comment.