From d90990ee3ecd09a2725b8051759a900ebd488b8c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 14 Oct 2008 05:10:30 +0000 Subject: 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 --- lib/glider/__init__.py | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 lib/glider/__init__.py (limited to 'lib/glider/__init__.py') 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 - -- cgit v1.2.3