diff options
author | Wolfgang Müller | 2025-02-24 19:52:03 +0100 |
---|---|---|
committer | Wolfgang Müller | 2025-02-24 19:52:03 +0100 |
commit | 72ab5fe1ce3633e2382d7a5c3f326859b69db958 (patch) | |
tree | e434bcd308dd3d64f2e070eced7dc74461ba71d4 | |
parent | e6c6285479ca6ae22901e3e909898cda2fe8fbb5 (diff) | |
download | beancount-oriole-trunk.tar.gz |
-rw-r--r-- | beancount_oriole/prices/ing_csv.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beancount_oriole/prices/ing_csv.py b/beancount_oriole/prices/ing_csv.py index a6d394d..afaa2b6 100644 --- a/beancount_oriole/prices/ing_csv.py +++ b/beancount_oriole/prices/ing_csv.py @@ -6,7 +6,7 @@ from datetime import datetime import pytz from beancount.core.number import D -from beanprices import source +from beanprice import source FOLDER = "~/net/downloads" PATTERN = re.compile(r"Depot_\d{2}\.\d{2}\.\d{4}\.csv") |