diff --git a/source/app/controllers/pacs/cfdi_cert.py b/source/app/controllers/pacs/cfdi_cert.py index a19fe7e..b309f2d 100644 --- a/source/app/controllers/pacs/cfdi_cert.py +++ b/source/app/controllers/pacs/cfdi_cert.py @@ -15,7 +15,7 @@ from cryptography.x509.oid import ExtensionOID from cryptography.hazmat.primitives import hashes from cryptography.hazmat.primitives.asymmetric import padding -from .conf import TOKEN +from conf import TOKEN class SATCertificate(object): diff --git a/source/app/controllers/pacs/comerciodigital/conf.py.example b/source/app/controllers/pacs/comerciodigital/conf.py.example index bd739f8..e25b814 100644 --- a/source/app/controllers/pacs/comerciodigital/conf.py.example +++ b/source/app/controllers/pacs/comerciodigital/conf.py.example @@ -21,7 +21,8 @@ # ~ AUTH = Las credenciales de timbrado proporcionadas por el PAC # ~ NO cambies las credenciales de prueba -from ..conf import DEBUG + +DEBUG = False AUTH = { diff --git a/source/app/controllers/pacs/conf.py.example b/source/app/controllers/pacs/conf.py.example deleted file mode 100644 index deb384c..0000000 --- a/source/app/controllers/pacs/conf.py.example +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/env python3 - - -DEBUG = False - -TOKEN = '' diff --git a/source/app/controllers/pacs/finkok/conf.py.example b/source/app/controllers/pacs/finkok/conf.py.example index 6114b02..972e6f5 100644 --- a/source/app/controllers/pacs/finkok/conf.py.example +++ b/source/app/controllers/pacs/finkok/conf.py.example @@ -22,7 +22,7 @@ # ~ NO cambies las credenciales de prueba -from ..conf import DEBUG +DEBUG = False AUTH = {