merge gtk3 branch into master
[claws.git] / src / plugins / python / examples / main / Print-action-names-to-stdout
diff --git a/src/plugins/python/examples/main/Print-action-names-to-stdout b/src/plugins/python/examples/main/Print-action-names-to-stdout
deleted file mode 100644 (file)
index 3420eb6..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-# -*- coding: utf-8 -*-
-
-action_group = clawsmail.get_mainwindow_action_group()
-for action in action_group.list_actions():
-    print action.get_name()