RefactoringRope/__init__.py

Wed, 26 May 2021 19:07:42 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 26 May 2021 19:07:42 +0200
branch
eric7
changeset 365
f740b50380df
parent 346
877cac2e8d94
child 374
958f34e97952
permissions
-rw-r--r--

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>).
"""

eric ide

mercurial