changeset 8219:9404d56d830f

test: add file encoding marker so python2 can run http://python.org/dev/peps/pep-0263/
author John Rouillard <rouilj@ieee.org>
date Tue, 17 Dec 2024 20:45:28 -0500
parents 32aaf5dc562b
children 818751637b77
files test/test_liveserver.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/test/test_liveserver.py	Tue Dec 17 19:42:46 2024 -0500
+++ b/test/test_liveserver.py	Tue Dec 17 20:45:28 2024 -0500
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 import shutil, errno, pytest, json, gzip, mimetypes, os, re
 
 from roundup import date as rdate

Roundup Issue Tracker: http://roundup-tracker.org/