diff options
-rw-r--r-- | examples/holaMundo.py | 2 | ||||
-rw-r--r-- | unitTests.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/holaMundo.py b/examples/holaMundo.py index 6ae2cc5..47ab6bb 100644 --- a/examples/holaMundo.py +++ b/examples/holaMundo.py @@ -1,4 +1,4 @@ -# -*- coding: UTF-8 -*-
+# -*- coding: utf-8 -*-
# escrito por Marco Alfonso, 2004 Noviembre
diff --git a/unitTests.py b/unitTests.py index b292694..0845451 100644 --- a/unitTests.py +++ b/unitTests.py @@ -1,4 +1,4 @@ -# -*- coding: UTF-8 -*-
+# -*- coding: utf-8 -*-
#
# unitTests.py
#
|