Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/infoslicer/widgets/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'infoslicer/widgets/__init__.py')
-rw-r--r--infoslicer/widgets/__init__.py22
1 files changed, 2 insertions, 20 deletions
diff --git a/infoslicer/widgets/__init__.py b/infoslicer/widgets/__init__.py
index 533d012..1bc63d4 100644
--- a/infoslicer/widgets/__init__.py
+++ b/infoslicer/widgets/__init__.py
@@ -1,21 +1,3 @@
-# Copyright (C) IBM Corporation 2008
-"""
-Every class of type *_Pane has the following.
-Thank python for not having interfaces.
+# Copyright (C) IBM Corporation 2008
-pane.panel
-pane.toolbar
-
-These correspond to the main view and toolbar associated with this pane.
-
-set_source_article
-get_source_article
-set_working_article
-get_working_article
-
-The GUI passes the currently selected source and working articles between panes
-when panes are switched. The pane will always be given an article using
-set_source_article before the get_source_article method is called. Thus it is
-feasible to just save the article argument and return it in the get method.
-
-"""
+# This file should exist, despite having no code in it