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

Commit

Permalink
import correctly sig_on and sig_off
Browse files Browse the repository at this point in the history
  • Loading branch information
xcaruso committed Apr 15, 2020
1 parent 440ae61 commit cccfef5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sage/rings/polynomial/skew_polynomial_finite_field.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ AUTHOR::
# http://www.gnu.org/licenses/
#****************************************************************************

#from cysignals.signals cimport sig_on, sig_off
def sig_on(): pass
def sig_off(): pass
from cysignals.signals cimport sig_on, sig_off

import copy
import cysignals
Expand Down

0 comments on commit cccfef5

Please sign in to comment.