author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Wed, 03 Nov 2010 16:43:26 +0100 | |
changeset 603 | 8f31f58fee61 |
parent 602 | c49268e590f1 |
child 604 | f10d26835b70 |
_exceptions.py | file | annotate | diff | comparison | revisions |
--- a/_exceptions.py Wed Oct 20 16:05:14 2010 +0200 +++ b/_exceptions.py Wed Nov 03 16:43:26 2010 +0100 @@ -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):