set encoding for test file
This commit is contained in:
parent
eb4740b50f
commit
63bd634536
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
#encoding: utf8
|
#!/usr/bin/env python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
import itertools
|
import itertools
|
||||||
import unittest
|
import unittest
|
||||||
from nose.tools import *
|
from nose.tools import *
|
||||||
|
|
Loading…
Reference in a new issue