Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Rename ntl/handle_error.pyx to ntl/error.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Feb 16, 2015
1 parent 564f839 commit e11e0e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/module_list.py
Expand Up @@ -928,8 +928,8 @@ def uname_specific(name, value, alternative):
##
###################################

Extension('sage.libs.ntl.handle_error',
sources = ["sage/libs/ntl/handle_error.pyx"],
Extension('sage.libs.ntl.error',
sources = ["sage/libs/ntl/error.pyx"],
libraries = ["ntl", "gmp", "gmpxx"],
language='c++'),

Expand Down
2 changes: 1 addition & 1 deletion src/sage/libs/ntl/__init__.py
@@ -1,4 +1,4 @@
import all

from handle_error import setup_NTL_error_callback
from error import setup_NTL_error_callback
setup_NTL_error_callback()
File renamed without changes.

0 comments on commit e11e0e8

Please sign in to comment.