Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
satcfdi committed Feb 17, 2024
1 parent a97e3f4 commit e3f013b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions satdigitalinvoice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,6 @@ def read_config():
from satdigitalinvoice.file_data_managers import ConfigManager
return ConfigManager()

# def add_sample_files(self):
# # loading the sample.zip
# try:
# with ZipFile(os.path.join(self.app_dir, 'sample.zip'), 'r') as zf:
# for member in zf.infolist():
# if not os.path.exists(member.filename):
# zf.extract(member)
# except FileNotFoundError:
# pass

def run(self):
self.window.finalize()
self.window.read(timeout=0)
Expand All @@ -88,7 +78,6 @@ def run(self):
from satdigitalinvoice.file_data_managers import InitManager
if cwd := InitManager().get('cwd'):
os.chdir(cwd)
# self.add_sample_files()

from satdigitalinvoice.facturacion import FacturacionGUI
app = FacturacionGUI(
Expand Down

0 comments on commit e3f013b

Please sign in to comment.