Sun, 06 Jul 2014 14:23:25 +0200
Ported to PyQt5 and eric6.
# -*- coding: utf-8 -*- # Copyright (c) 2010 - 2014 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="http://rope.sourceforge.net">http://rope.sourceforge.net</a>). """