nimbis / cmsplugin-forms-builder

A django-forms-builder plugin for django-cms
BSD 3-Clause "New" or "Revised" License
15 stars 13 forks source link

Fixed importing issue #1

Closed makukha closed 9 years ago

makukha commented 9 years ago

Relative importing caused "ImportError: No module named 'models'" in Python 3.4.

ericamador commented 9 years ago

Thanks! In the near future I'll probably fix this further by adding from future import absolute_import everywhere and turning the implicit relative imports to explicit relative imports, then make a release.

makukha commented 9 years ago

Great, thanks for prompt merge!