3 lines
72 B
Ruby
3 lines
72 B
Ruby
module Editors
|
|
ALL_EDITORS = [ "potlatch", "potlatch2", "josm" ]
|
|
end
|