Skip to content

Commit

Permalink
[fc] Repository: plone.schemaeditor
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2016-07-05T23:17:52+02:00
Author: Gil Forcada (gforcada) <gforcada@gnome.org>
Commit: plone/plone.schemaeditor@cb00757

Use zope.interface decorator

This not only makes code more pleasent to read,
but also makes the code python 3 compatible
(while maintaining python 2 compatibility).

Files changed:
M CHANGES.rst
M plone/schemaeditor/browser/field/edit.py
M plone/schemaeditor/browser/field/traversal.py
M plone/schemaeditor/browser/schema/listing.py
M plone/schemaeditor/browser/schema/traversal.py
M plone/schemaeditor/fields.py
M plone/schemaeditor/utils.py
Repository: plone.schemaeditor
Branch: refs/heads/master
Date: 2016-07-07T01:00:11+02:00
Author: Gil Forcada Codinachs (gforcada) <gil.gnome@gmail.com>
Commit: plone/plone.schemaeditor@e61e752

Merge pull request #38 from plone/gforcada-use-zope-decorators

Use zope.interface decorator

Files changed:
M CHANGES.rst
M plone/schemaeditor/browser/field/edit.py
M plone/schemaeditor/browser/field/traversal.py
M plone/schemaeditor/browser/schema/listing.py
M plone/schemaeditor/browser/schema/traversal.py
M plone/schemaeditor/fields.py
M plone/schemaeditor/utils.py
  • Loading branch information
gforcada committed Jul 6, 2016
1 parent 218515b commit cb87861
Showing 1 changed file with 401 additions and 139 deletions.
Loading

0 comments on commit cb87861

Please sign in to comment.