Skip to content
Snippets Groups Projects
Commit f10d26835b70 authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

default is stable

No related branches found
No related tags found
No related merge requests found
......@@ -15,5 +15,5 @@
#
# 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."""
......@@ -19,5 +19,4 @@
"""
__docformat__ = "restructuredtext en"
class RQLException(Exception):
......
......@@ -171,7 +171,7 @@
build_ext.build_ext.run(self)
except CompileError:
import traceback
traceback.print_traceback()
traceback.print_exc()
sys.stderr.write('================================\n'
'The compilation of the gecode C extension failed. '
'rql will use logilab.constraint which is a pure '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment