From a8a64ebc58c2dcd06adefc51c66e87567fce8a59 2012-05-31 16:30:21 From: Fernando Perez Date: 2012-05-31 16:30:21 Subject: [PATCH] Add missing encoding declaration to file with unicode in it. --- diff --git a/IPython/core/tests/test_logger.py b/IPython/core/tests/test_logger.py index 7ac7661..4d61ff2 100644 --- a/IPython/core/tests/test_logger.py +++ b/IPython/core/tests/test_logger.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """Test IPython.core.logger""" import os.path