RefactoringRope/__init__.py

Thu, 10 Jan 2019 14:21:07 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 10 Jan 2019 14:21:07 +0100
changeset 302
2e853e2f2430
parent 245
75a35a927952
child 326
67bcde9c65b9
permissions
-rw-r--r--

Updated copyright for 2019.

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

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

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

This package implements just the interface for the eric6 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