Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/network.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sugar/network.py')
-rw-r--r--src/sugar/network.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/sugar/network.py b/src/sugar/network.py
index aad817a..c700290 100644
--- a/src/sugar/network.py
+++ b/src/sugar/network.py
@@ -15,6 +15,10 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
+"""
+STABLE.
+"""
+
import os
import threading
import urllib
@@ -25,7 +29,6 @@ import gobject
import SimpleHTTPServer
import SocketServer
-
__authinfos = {}
def _add_authinfo(authinfo):