From ba91d28fbdd29a0b9922befbacc25035e3fe86ce Mon Sep 17 00:00:00 2001 From: Mauricio Baeza Date: Tue, 23 Oct 2018 23:43:23 -0500 Subject: [PATCH] Error unicode --- source/app/controllers/conf.py.example | 2 +- source/app/controllers/configpac.py | 2 +- source/app/controllers/pac.py | 2 +- source/app/controllers/util.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/app/controllers/conf.py.example b/source/app/controllers/conf.py.example index 5da41e8..2a015b5 100644 --- a/source/app/controllers/conf.py.example +++ b/source/app/controllers/conf.py.example @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 DEBUG = False diff --git a/source/app/controllers/configpac.py b/source/app/controllers/configpac.py index 9e0cae1..814fefa 100644 --- a/source/app/controllers/configpac.py +++ b/source/app/controllers/configpac.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from .conf import DEBUG, ID_INTEGRADOR, FINKOK diff --git a/source/app/controllers/pac.py b/source/app/controllers/pac.py index 248c351..6add3bc 100644 --- a/source/app/controllers/pac.py +++ b/source/app/controllers/pac.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 #~ import re #~ from xml.etree import ElementTree as ET diff --git a/source/app/controllers/util.py b/source/app/controllers/util.py index 271f9ec..146128f 100644 --- a/source/app/controllers/util.py +++ b/source/app/controllers/util.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # ~ Empresa Libre # ~ Copyright (C) 2016-2018 Mauricio Baeza Servin (web@correolibre.net)