Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/extensions/cpsection/power/__init__.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2009-02-10 17:54:38 (GMT)
committer Simon Schampijer <simon@schampijer.de>2009-02-10 17:54:38 (GMT)
commit5bbb8f404d3c67c2feeb42fd85dbb0f4a415a61f (patch)
tree6f7e77c61b669f7d2ebce99378fb3056ca5fd838 /extensions/cpsection/power/__init__.py
parentaa9be1c47fbd9eebfae6313a66cc7e7e74bace23 (diff)
Revert "Remove the cp power section (downstream dependent)"
This reverts commit 4994db8633058bf21c76bed829ecbc93e09f7616.
Diffstat (limited to 'extensions/cpsection/power/__init__.py')
-rw-r--r--extensions/cpsection/power/__init__.py23
1 files changed, 23 insertions, 0 deletions
diff --git a/extensions/cpsection/power/__init__.py b/extensions/cpsection/power/__init__.py
new file mode 100644
index 0000000..8b2e85f
--- /dev/null
+++ b/extensions/cpsection/power/__init__.py
@@ -0,0 +1,23 @@
+# Copyright (C) 2008, OLPC
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+from gettext import gettext as _
+
+CLASS = 'Power'
+ICON = 'module-power'
+TITLE = _('Power')
+KEYWORDS = ['automatic', 'extreme', 'power', 'suspend', 'battery']
+