summaryrefslogtreecommitdiff
path: root/test/test_template.py
diff options
context:
space:
mode:
authorMichael Bourke <michael@iter8ve.com>2021-12-27 17:14:48 +1100
committerMichael Bourke <michael@iter8ve.com>2021-12-27 06:19:20 +0000
commit1b30aa5f4bca03c66d4b8974093bd96109ab0a93 (patch)
treed3668d10b43f674d4509b5b2ab582129c5a8f3ec /test/test_template.py
parent4896546eb4e9248c4f3bb4827d67562227c8762f (diff)
downloadmako-1b30aa5f4bca03c66d4b8974093bd96109ab0a93.tar.gz
Remove Python 2 residue; use Python 3 idioms
Fixes #352 Change-Id: I051ec20505464559e9399a8f1ac4a39dc323902a
Diffstat (limited to 'test/test_template.py')
-rw-r--r--test/test_template.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_template.py b/test/test_template.py
index ad7f59d..238b8c6 100644
--- a/test/test_template.py
+++ b/test/test_template.py
@@ -1,5 +1,3 @@
-# -*- coding: utf-8 -*-
-
import os
import unittest