Error unicode

This commit is contained in:
Mauricio Baeza 2018-10-23 23:43:23 -05:00
parent c319ee454e
commit ba91d28fbd
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
DEBUG = False

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from .conf import DEBUG, ID_INTEGRADOR, FINKOK

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
#~ import re
#~ from xml.etree import ElementTree as ET

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# ~ Empresa Libre
# ~ Copyright (C) 2016-2018 Mauricio Baeza Servin (web@correolibre.net)