Skip to content

Commit 4039c14

Browse files
committed
test: add file encoding marker so python2 can run
http://python.org/dev/peps/pep-0263/
1 parent a32c57e commit 4039c14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_liveserver.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
13
import shutil, errno, pytest, json, gzip, mimetypes, os, re
24

35
from roundup import date as rdate

0 commit comments

Comments
 (0)