Skip to content

Commit eee26e3

Browse files
committed
Update FanCI to use new C ext. module
1 parent bb2c770 commit eee26e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyci/fanci/ap1rog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import pyci
1212

13-
from ..pyci import AP1roGObjective
13+
from pyci._pyci import AP1roGObjective
1414
from .fanci import FanCI
1515

1616

pyci/fanci/apig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import pyci
1111

12-
from ..pyci import APIGObjective
12+
from pyci._pyci import APIGObjective
1313
from .fanci import FanCI
1414

1515

0 commit comments

Comments
 (0)