From 3f10890319aa00fcefa58380e9971a911c9ec5b0 Mon Sep 17 00:00:00 2001 From: Mike C. Fletcher Date: Tue, 10 Apr 2007 02:47:37 +0000 Subject: Docstrings for modules all over sugar and shell. These are just the doc strings I created as I was spelunking through to see how Sugar manages launching applications. The resulting auto-documentation is neither polished or finished, but it should help people reading the code somewhat. There are a few minor code cleanups: * activityhandle (replacing C idiom for initialisation with a Python one) * bundle registry (using a parameterised directory name so that it shows up in the documentation) * validate_activity_id function, use isinstance( item, (str,unicode)) for the query, rather than two separate checks with isinstance --- (limited to 'sugar/logger.py') diff --git a/sugar/logger.py b/sugar/logger.py index bd01f2e..87a9c96 100644 --- a/sugar/logger.py +++ b/sugar/logger.py @@ -1,3 +1,4 @@ +"""Logging module configuration for Sugar""" # Copyright (C) 2006, Red Hat, Inc. # # This library is free software; you can redistribute it and/or -- cgit v0.9.1