RefactoringRope/__init__.py

Sat, 25 Jun 2022 17:55:41 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 25 Jun 2022 17:55:41 +0200
branch
eric7
changeset 385
9bbd74b51d88
parent 374
958f34e97952
child 411
8cccb49bba7b
permissions
-rw-r--r--

Compatibility fixes for rope >= 1.2.0.

# -*- coding: utf-8 -*-

# Copyright (c) 2010 - 2022 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the rope refactoring interface module for eric7.

This package implements just the interface for the eric7 IDE. The
refactoring is done using the rope refactoring library
(<a href="https://github.com/python-rope/rope">rope at GitHub</a>).
"""

eric ide

mercurial