BUG: Set file encoding for IPython.html.terminal.handlers.

This commit is contained in:
Scott Sanderson 2014-10-30 02:43:22 -04:00
parent 1abce7c065
commit b4c5755ad4

View File

@ -1,3 +1,4 @@
#encoding: utf-8
"""Tornado handlers for the terminal emulator."""
# Copyright (c) IPython Development Team.