set encoding for test file

This commit is contained in:
Dane Springmeyer 2012-06-22 10:15:10 -04:00
parent eb4740b50f
commit 63bd634536

View file

@ -1,4 +1,5 @@
#encoding: utf8
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import itertools
import unittest
from nose.tools import *