Update build_api.jl

This commit is contained in:
ovainola
2015-07-05 11:24:01 +03:00
parent 60cc549fd0
commit 6ac5efaa70
-3
View File
@@ -19,9 +19,6 @@ Returns
None. Void function, which manipulates the append_list
"""
function search_modules!(module_::Module, append_list::Array{Module, 1})
if module_parent(module_) == Main
push!(append_list, module_)
end
all_names = names(module_, true)
for each in all_names
inner_module = module_.(each)