diff -r e21a49043f31 -r 2bfe9e3fad8d RefactoringRope/ConfigurationPage/__init__.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/RefactoringRope/ConfigurationPage/__init__.py Sat Feb 28 15:09:53 2015 +0100 @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2008 - 2015 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Package implementing the various pages of the configuration dialog. +"""