From: Andy Bavier Date: Fri, 14 May 2010 19:10:28 +0000 (+0000) Subject: Some helper commands for working with RSpecs X-Git-Tag: sfa-1.0-0~193 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=b3a4224dab90c6d518e56aa0896345e864b08f8b;p=sfa.git Some helper commands for working with RSpecs --- diff --git a/setup.py b/setup.py index 932ef0a7..c33dd7f2 100755 --- a/setup.py +++ b/setup.py @@ -23,6 +23,12 @@ bins = [ 'sfa/client/getRecord.py', 'sfa/client/setRecord.py', 'sfa/client/sfadump.py', + 'sfa/client/sfiListNodes.py', + 'sfa/client/sfiListSlivers.py', + 'sfa/client/sfiAddSliver.py', + 'sfa/client/sfiDeleteSliver.py', + 'sfa/client/sfiAddAttribute.py', + 'sfa/client/sfiDeleteAttribute.py', 'sfatables/sfatables', ]