Skip to content

Conversation

@chris-simpson
Copy link

These are the changes made to pex_config to facilitate its use within DRAGONS, as requested.

def __init__(self, name, bases, dict_):
type.__init__(self, name, bases, dict_)
self._fields = {}
self._fields = OrderedDict()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In python 3.6 and above dicts are ordered so this won't be needed.

@timj
Copy link
Member

timj commented Jun 16, 2022

These changes have been rebased to be compatible with the current state of the repo and are now in #76.

@timj timj closed this Jun 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants