diff options
author | Federico Caselli <cfederico87@gmail.com> | 2021-09-13 23:09:06 +0200 |
---|---|---|
committer | Federico Caselli <cfederico87@gmail.com> | 2021-10-23 11:11:48 +0200 |
commit | a1d70afb5974125a1a65f590418c7c371bbdb3e6 (patch) | |
tree | 0f4d4ef4170e963aa6784a222e192d16ba753e21 /test/test_pygen.py | |
parent | 09cf4f68a7f7f63c2f249d61d7cc6600afe12c1a (diff) | |
download | mako-workflow_test_initial_1_2.tar.gz |
Modernize codeworkflow_test_initial_1_2
- remove python 2 support
- add github workflows
- remove disable unicode
- cleanup compat file
- modernize setup
- use pep517
Change-Id: Ic38dbf478046cec5d0815b468f0c235b4ea5e20c
Diffstat (limited to 'test/test_pygen.py')
-rw-r--r-- | test/test_pygen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pygen.py b/test/test_pygen.py index daa76de..b8c11db 100644 --- a/test/test_pygen.py +++ b/test/test_pygen.py @@ -1,6 +1,6 @@ +from io import StringIO import unittest -from mako.compat import StringIO from mako.pygen import adjust_whitespace from mako.pygen import PythonPrinter from test import eq_ |