Skip to content

Commit 1731950

Browse files
committed
Change the reference to tools
1 parent 672fc8e commit 1731950

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrevolve/crevolve.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cimport revolve_c
55
from enum import Enum
66
import warnings
77

8-
from tools import OutputGrabber
8+
from .tools import OutputGrabber
99

1010

1111
class RevolveError(Exception):

0 commit comments

Comments
 (0)