From bdf9c52b4a1965f761accd2328256008edcf940e Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sun, 2 Feb 2014 10:28:55 +0800 Subject: [PATCH] fix utf8 encoding on top of files. --- setup.py | 2 +- vcspull/__main__.py | 2 +- vcspull/cli.py | 2 +- vcspull/exc.py | 2 +- vcspull/log.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 64829947..f3b39109 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# -*- coding: utf8 - *- +# -*- coding: utf-8 -*- """vcspull lives at . vcspull diff --git a/vcspull/__main__.py b/vcspull/__main__.py index 0c58a06b..faa18da8 100644 --- a/vcspull/__main__.py +++ b/vcspull/__main__.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 - *- +# -*- coding: utf-8 -*- """For accessing vcspull as a package. vcspull diff --git a/vcspull/cli.py b/vcspull/cli.py index 02f6296e..8738349b 100644 --- a/vcspull/cli.py +++ b/vcspull/cli.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 - *- +# -*- coding: utf-8 -*- """CLI utilities for vcspull. vcspull.cli diff --git a/vcspull/exc.py b/vcspull/exc.py index ed1d11af..4bfd5e8d 100644 --- a/vcspull/exc.py +++ b/vcspull/exc.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 - *- +# -*- coding: utf-8 -*- """Exceptions for vcspull. vcspull.exc diff --git a/vcspull/log.py b/vcspull/log.py index 0adcee90..bc37c3a0 100644 --- a/vcspull/log.py +++ b/vcspull/log.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 - *- +# -*- coding: utf-8 -*- """Log utilities for vcspull. vcspull.log