From 684ef709f59fdddfd4f5df8c613671eed9185749 Mon Sep 17 00:00:00 2001
From: aum <aum>
Date: Fri, 30 Jul 2004 12:36:00 +0000
Subject: [PATCH] Added python server modules to __all__

---
 apps/sam/python/src/i2p/__init__.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/sam/python/src/i2p/__init__.py b/apps/sam/python/src/i2p/__init__.py
index 14d6d9f144..1fc2f5f65b 100644
--- a/apps/sam/python/src/i2p/__init__.py
+++ b/apps/sam/python/src/i2p/__init__.py
@@ -1,9 +1,10 @@
-
 """
 i2p -- I2P Python interface
 """
 
-__all__ = ['Error', 'RouterError', 'sam', 'eep', 'router']
+__all__ = ['Error', 'RouterError', 'sam', 'eep', 'router',
+    'SocketServer', 'BaseHTTPServer', 'SimpleHTTPServer', 'CGIHTTPServer',
+    ]
 
 class Error(Exception):
   """Base class for all I2P errors."""
@@ -17,4 +18,3 @@ import router
 
 # Internal use only
 #import samclasses as _samclasses
-
-- 
GitLab