Skip to content

Commit

Permalink
Merge pull request #62 from ivangayton/master
Browse files Browse the repository at this point in the history
Changed "from pyxform import constants" to "import constants" in survey.py
  • Loading branch information
dorey committed Apr 17, 2016
2 parents 0b0557a + 5669f93 commit bb756c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyxform/survey.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from odk_validate import check_xform
from survey_element import SurveyElement
from errors import PyXFormError
from pyxform import constants
import constants


nsmap = {
Expand Down

0 comments on commit bb756c4

Please sign in to comment.