Skip to content

Eliminate the confusing import in pyobjectsdef.py #569

@edreamleo

Description

@edreamleo

In pyobjectsdef.py:

  • Replace:
from rope.base import (
    pynamesdef as pynames,
    ...

with:

from rope.base import (
    pynamesdef,
    ...
  • Replace pynames with pynamesdef everywhere in pyobjectsdef.py.

The name pynamesdef appears nowhere else in pyobjectsdef.py, so the proposed renaming is safe.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions