diff options
| author | Federico Ceratto <federico.ceratto@gmail.com> | 2017-01-06 12:23:48 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-06 12:23:48 +0000 |
| commit | 46d1028a330ffe4d344b99739d1d4b607654ade5 (patch) | |
| tree | a9d266360cc23d383335c69195a2b65cc8cba77f /tests/conftest.py | |
| parent | ef074cc2ffb64b2c5281757820f6904bd368d51e (diff) | |
| parent | 01a8ab20a7ce3544da7c3e69dfc5d4cb0ad257ae (diff) | |
| download | cmd2-git-46d1028a330ffe4d344b99739d1d4b607654ade5.tar.gz | |
Merge pull request #29 from tleonhardt/master
Refactored to create a unified Python 2/3 codebase based on six which doesn't require 2to3
Diffstat (limited to 'tests/conftest.py')
| -rw-r--r-- | tests/conftest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py index 55700914..e1204086 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,3 +1,4 @@ +# coding=utf-8 # # Cmd2 unit/functional testing # |
