Skip to content

Commit e18b241

Browse files
committed
BF(PY3): now that heuristics are in a package, use relative import for importing local module
1 parent e2140ba commit e18b241

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

heudiconv/heuristics/test_reproin.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# Tests for reproin.py
33
#
44
from collections import OrderedDict
5-
from reproin import get_dups_marked
5+
from .reproin import get_dups_marked
6+
67

78
def test_get_dups_marked():
89
no_dups = {('some',): [1]}

0 commit comments

Comments
 (0)