aboutsummaryrefslogtreecommitdiffstats
path: root/beancount_extras_kris7t/importers/transferwise/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'beancount_extras_kris7t/importers/transferwise/__main__.py')
-rw-r--r--beancount_extras_kris7t/importers/transferwise/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/beancount_extras_kris7t/importers/transferwise/__main__.py b/beancount_extras_kris7t/importers/transferwise/__main__.py
index e25580d..4ac2058 100644
--- a/beancount_extras_kris7t/importers/transferwise/__main__.py
+++ b/beancount_extras_kris7t/importers/transferwise/__main__.py
@@ -4,7 +4,7 @@ Importer for Transferwise API transaction history.
4__copyright__ = 'Copyright (c) 2020 Kristóf Marussy <kristof@marussy.com>' 4__copyright__ = 'Copyright (c) 2020 Kristóf Marussy <kristof@marussy.com>'
5__license__ = 'GNU GPLv2' 5__license__ = 'GNU GPLv2'
6 6
7from importers.transferwise.client import main 7from beancount_extras_kris7t.importers.transferwise.client import main
8 8
9 9
10if __name__ == '__main__': 10if __name__ == '__main__':