Mercurial > p > roundup > code
comparison test/test_liveserver.py @ 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 | 741ea8a86012 |
comparison
equal
deleted
inserted
replaced
| 8218:32aaf5dc562b | 8219:9404d56d830f |
|---|---|
| 1 # -*- coding: utf-8 -*- | |
| 2 | |
| 1 import shutil, errno, pytest, json, gzip, mimetypes, os, re | 3 import shutil, errno, pytest, json, gzip, mimetypes, os, re |
| 2 | 4 |
| 3 from roundup import date as rdate | 5 from roundup import date as rdate |
| 4 from roundup import i18n | 6 from roundup import i18n |
| 5 from roundup import password | 7 from roundup import password |
