Skip to content

Commit

Permalink
Support for type csv-external
Browse files Browse the repository at this point in the history
fixes XLSForm#271

Signed-off-by: Lincoln Simba <[email protected]>
  • Loading branch information
lincmba committed May 14, 2019
1 parent 1b10580 commit 4eb2c83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyxform/question_type_dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,5 +853,8 @@ def generate_new_dict():
},
"xml-external": {
# Only effect is to add an external instance.
},
"csv-external": {

}
}

0 comments on commit 4eb2c83

Please sign in to comment.