From 3d195dff75c3f99a647d7e0d995e91648fd85db3 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Sat, 28 Feb 2009 22:19:20 +0000 Subject: reorg of SVGs --- (limited to 'tasetup.py') 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'), -- cgit v0.9.1