From 681b23f86a259057ec473f391ab75262714e24e4 Mon Sep 17 00:00:00 2001 From: Stefan Midjich Date: Fri, 29 Sep 2017 19:13:02 +0200 Subject: [PATCH] forgot the error --- tools/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/client.py b/tools/client.py index 63f1601..3bff524 100644 --- a/tools/client.py +++ b/tools/client.py @@ -8,7 +8,7 @@ from datetime import datetime, timedelta import iptc -from errors import StorageNotFound +from errors import * class Client(object):