Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/__init__.py
diff options
context:
space:
mode:
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.
+"""