Skip to content

Commit

Permalink
Changed "pyxform import constants" to "import constants" in survey.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan authored and Ivan committed Apr 16, 2016
1 parent 0b0557a commit 5669f93
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 5669f93

Please sign in to comment.