X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/b2711d07638204cb78be7e7a54e265d816ae31ac..5274191c1e165a615645a4c10c8ca0220d347a3b:/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 index 8766a018..00000000 --- a/third_party/transifex-client/txclib/exceptions.py +++ /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."""