Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/__init__.py
diff options
context:
space:
mode:
authorMike C. Fletcher <mcfletch@raistlin.(none)>2007-04-10 03:56:14 (GMT)
committer Mike C. Fletcher <mcfletch@raistlin.(none)>2007-04-10 03:56:14 (GMT)
commit8302be45446119a66bc832a6129de163879daa73 (patch)
treea9a175bb2ffd4b4bb00355c679cd7487de722268 /shell/__init__.py
parent3f10890319aa00fcefa58380e9971a911c9ec5b0 (diff)
A few more docstrings
Diffstat (limited to 'shell/__init__.py')
-rw-r--r--shell/__init__.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/__init__.py b/shell/__init__.py
index e69de29..b43c5f8 100644
--- a/shell/__init__.py
+++ b/shell/__init__.py
@@ -0,0 +1,9 @@
+"""OLPC Sugar Graphical "Shell" Interface
+
+Provides the shell-level operations for managing
+the OLPC laptop computers. It interacts heavily
+with (and depends upon) the Sugar UI libraries.
+
+This is a "graphical" shell, the name does not
+refer to a command-line "shell" interface.
+"""