Skip to content

Commit

Permalink
Update FanCI to use new C ext. module
Browse files Browse the repository at this point in the history
  • Loading branch information
msricher committed Oct 30, 2024
1 parent bb2c770 commit eee26e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyci/fanci/ap1rog.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import pyci

from ..pyci import AP1roGObjective
from pyci._pyci import AP1roGObjective
from .fanci import FanCI


Expand Down
2 changes: 1 addition & 1 deletion pyci/fanci/apig.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import pyci

from ..pyci import APIGObjective
from pyci._pyci import APIGObjective
from .fanci import FanCI


Expand Down

0 comments on commit eee26e3

Please sign in to comment.