[Python-modules-commits] [jupyter-core] 08/12: tests: move encoding declaration to top of file so it actually works

Julien Cristau jcristau at moszumanska.debian.org
Fri Apr 8 09:39:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

jcristau pushed a commit to branch master
in repository jupyter-core.

commit 9983b6bb0b28d11d27f77b1d3c7b6a8217b52c49
Author: Julien Cristau <julien.cristau at logilab.fr>
Date:   Fri Apr 8 11:10:43 2016 +0200

    tests: move encoding declaration to top of file so it actually works
    
    Signed-off-by: Julien Cristau <julien.cristau at logilab.fr>
---
 jupyter_core/tests/test_migrate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jupyter_core/tests/test_migrate.py b/jupyter_core/tests/test_migrate.py
index 799da33..dab55d3 100644
--- a/jupyter_core/tests/test_migrate.py
+++ b/jupyter_core/tests/test_migrate.py
@@ -1,7 +1,7 @@
-"""Test config file migration"""
 # coding: utf-8
 # Copyright (c) Jupyter Development Team.
 # Distributed under the terms of the Modified BSD License.
+"""Test config file migration"""
 
 import os
 import re

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-core.git



More information about the Python-modules-commits mailing list