sct/lib/sct/tools.rb in sct-1.0.4 vs sct/lib/sct/tools.rb in sct-1.0.5
- old
+ new
@@ -1,12 +1,9 @@
module Sct
TOOLS = [
:sct,
- :shell,
:cluster
]
-
+
# a list of all the config files we currently expect
- TOOL_CONFIG_FILES = [
-
- ]
- end
\ No newline at end of file
+ TOOL_CONFIG_FILES = []
+ end