From 87941a0975a3b630e0282bac0b09358205044ce5 Mon Sep 17 00:00:00 2001 From: sunshine Date: Wed, 18 Aug 2004 11:36:08 +0000 Subject: [PATCH] Removed reference to stasher --- apps/sam/python/src/i2p/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/sam/python/src/i2p/__init__.py b/apps/sam/python/src/i2p/__init__.py index 4e3d302d4..bff245121 100644 --- a/apps/sam/python/src/i2p/__init__.py +++ b/apps/sam/python/src/i2p/__init__.py @@ -12,7 +12,6 @@ __all__ = [ 'socket', 'SocketServer', 'tunnel', - 'stasher', ] class Error(Exception):