Skip to content

Commit

Permalink
py3 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Dec 13, 2015
1 parent f4e4c52 commit 5701696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoramix/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def get_form(self, previous=False):
viz = self.viz
datasource = viz.datasource
field_css_classes = {}
for name, obj in px_form_fields.iteritems():
for name, obj in px_form_fields.items():
field_css_classes[name] = ['form-control']
s = self.fieltype_class.get(obj.field_class)
if s:
Expand Down

0 comments on commit 5701696

Please sign in to comment.