summaryrefslogtreecommitdiff
path: root/lib/glider/__init__.py
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-10-14 05:10:30 +0000
committerNick Mathewson <nickm@torproject.org>2008-10-14 05:10:30 +0000
commitd90990ee3ecd09a2725b8051759a900ebd488b8c (patch)
treefbe68d0c4b698d45bfdcb6c91a43ea2e60c21329 /lib/glider/__init__.py
parentfb5a6115a6f3ea0216e3ca0645ba1eb31fb02876 (diff)
Rename glider to thandy, based on discussions on #nottor. Please let me know ASAP if there is another program Thandy, or if it means something rude, or whatever.
git-svn-id: file:///home/or/svnrepo/updater/trunk@17085 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'lib/glider/__init__.py')
-rw-r--r--lib/glider/__init__.py35
1 files changed, 0 insertions, 35 deletions
diff --git a/lib/glider/__init__.py b/lib/glider/__init__.py
deleted file mode 100644
index 87fd983..0000000
--- a/lib/glider/__init__.py
+++ /dev/null
@@ -1,35 +0,0 @@
-
-__all__ = [ 'formats' ]
-
-_BaseException = Exception
-
-class Exception(_BaseException):
- pass
-
-class FormatException(Exception):
- pass
-
-class UnknownFormat(FormatException):
- pass
-
-class BadSignature(Exception):
- pass
-
-class BadPassword(Exception):
- pass
-
-class InternalError(Exception):
- pass
-
-class RepoError(InternalError):
- pass
-
-class CryptoError(Exception):
- pass
-
-class PubkeyFormatException(FormatException):
- pass
-
-class UnknownMethod(CryptoError):
- pass
-