Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tasetup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tasetup.py')
-rw-r--r--tasetup.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/tasetup.py b/tasetup.py
index 0faf26a..5241230 100644
--- a/tasetup.py
+++ b/tasetup.py
@@ -96,7 +96,11 @@ selectors = (
('keyboard','keyboard','num'),
('myfunc','myfunc','myfunc',_('x'),100),
('hres','hres','num'),
- ('vres','vres','num'))),
+ ('vres','vres','num'),
+ ('push','push','onearg'),
+ ('pop','pop','num'),
+ ('printheap','heap','noarg2'),
+ ('clearheap','emptyheap','noarg2'))),
('flow', 55,
(('wait','wait','onearg',10),
('forever','forever','forever'),
@@ -121,11 +125,7 @@ selectors = (
('box2','box2','num'),
('storeinbox','storeinbox','1sarg',_('box'),100),
('box','box','nfuncs',_('box')),
- ('string','','string',_('name'),str,strcheck), #'string'
- ('push','push','onearg'),
- ('pop','pop','num'),
- ('printheap','heap','noarg2'),
- ('clearheap','emptyheap','noarg2'))),
+ ('string','','string',_('name'),str,strcheck))),
('templates',55,
(('journal','','media','','',''),
('template1','tp1','tp1',_('title'),'None'),