1
0
Fork 0
mirror of https://github.com/Findus23/invoices.git synced 2024-09-19 15:13:47 +02:00

better readline

This commit is contained in:
Lukas Winkler 2019-10-09 19:36:09 +02:00
parent 8d5367c18a
commit 6319c98eaa
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -1,9 +1,13 @@
import os
import readline
from glob import glob
import dateparser
import yaml
# noinspection PyStatementEffect
readline # this does nothing but make sure the import readline is not removed accidently
def load_yaml(filename):
with open(filename, 'r') as stream: