From 06331d3ab75feb807dc48d824cbd54898a6b6cdd Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Fri, 9 Dec 2016 16:54:10 -0500 Subject: First stage of refactoring to support full simultaneous Python 2 and 3 compatibility via use of the six module. --- tests/test_transcript.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_transcript.py') diff --git a/tests/test_transcript.py b/tests/test_transcript.py index 06cf50b6..ebd13a59 100644 --- a/tests/test_transcript.py +++ b/tests/test_transcript.py @@ -1,3 +1,4 @@ +# coding=utf-8 # # Cmd2 functional testing based on transcript # -- cgit v1.2.1