# HG changeset patch # User Sylvain Thénault <sylvain.thenault@logilab.fr> # Date 1288799006 -3600 # Wed Nov 03 16:43:26 2010 +0100 # Node ID 8f31f58fee61f6f0167feb55a6ace3bf61c1a3b0 # Parent c49268e590f17bcd6ddf8748534cb11a5b7a7874 cleanup diff --git a/_exceptions.py b/_exceptions.py --- a/_exceptions.py +++ b/_exceptions.py @@ -15,9 +15,8 @@ # # You should have received a copy of the GNU Lesser General Public License along # with rql. If not, see <http://www.gnu.org/licenses/>. -"""Exceptions used in the RQL package. +"""Exceptions used in the RQL package.""" -""" __docformat__ = "restructuredtext en" class RQLException(Exception):