Skip to content

Commit 5d5c49b

Browse files
committed
correct import for cdscan
1 parent b444c10 commit 5d5c49b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/cdscan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from cdms2 import cdmsNode
1616
import re
1717
from functools import reduce
18-
from error import CDMSError
18+
from cdms2.error import CDMSError
1919

2020
usage = """Usage:
2121
cdscan [options] <files>

0 commit comments

Comments
 (0)