Wed, 26 May 2021 19:07:42 +0200
Ported the plug-in to PyQt6 for eric7.
# -*- coding: utf-8 -*- # Copyright (c) 2010 - 2021 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>). """