Removed unneeded Transifex client
[pub/Android/ownCloud.git] / third_party / transifex-client / txclib / exceptions.py
diff --git a/third_party/transifex-client/txclib/exceptions.py b/third_party/transifex-client/txclib/exceptions.py
deleted file mode 100644 (file)
index 8766a01..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# -*- coding: utf-8 -*-
-
-"""
-Exception classes for the tx client.
-"""
-
-
-class UnInitializedError(Exception):
-    """The project directory has not been initialized."""
-
-
-class UnknownCommandError(Exception):
-    """The provided command is not supported."""