From 490641cab6b5694279e210b9827eacbdda125931 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Mon, 5 Nov 2012 15:50:27 +0100 Subject: [PATCH] Oops, forgot an exception --- pytahoe/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pytahoe/__init__.py b/pytahoe/__init__.py index b35ca08..dd69c38 100644 --- a/pytahoe/__init__.py +++ b/pytahoe/__init__.py @@ -22,6 +22,9 @@ class ObjectException(Exception): class UploadException(Exception): pass +class DependencyException(Exception): + pass + class Filesystem: def __init__(self, url="http://localhost:3456/"): if url.strip() == "":