--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/RefactoringRope/__init__.py Sun Jan 23 19:55:56 2011 +0100 @@ -0,0 +1,12 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2011 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Package implementing the rope refactoring interface module for eric5. + +This package implements just the interface for the eric5 IDE. The +refactoring is done using the rope refactoring library +(<a href="http://rope.sourceforge.net">http://rope.sourceforge.net</a>). +"""