fattureCCSR: using wx.parent to access data in functions

Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
2020-12-04 16:16:16 +01:00
parent 4e2fa825ce
commit a838bd6e4e
6 changed files with 43 additions and 70 deletions

1
exc.py
View File

@@ -3,7 +3,6 @@
class FattureSanRossoreError(Exception):
"""Base class for other exceptions"""
class FileError(FattureSanRossoreError):
"""Basic exception for errors raised by files"""
def __init__(self, file_path, msg=None):