Sat, 25 Jun 2022 17:55:41 +0200
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>). """