Adds unicode encoding strings back to python files

This commit is contained in:
Niru Maheswaranathan
2016-10-07 13:17:38 -07:00
parent b4be7b2f14
commit 91275284e0
4 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from tableprint import top, bottom, row
import pytest