Skip to content

Commit

Permalink
correct import for cdscan
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed May 18, 2017
1 parent b444c10 commit 5d5c49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/cdscan.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from cdms2 import cdmsNode
import re
from functools import reduce
from error import CDMSError
from cdms2.error import CDMSError

usage = """Usage:
cdscan [options] <files>
Expand Down

0 comments on commit 5d5c49b

Please sign in to comment.