Skip to content

Commit a3c1706

Browse files
committed
correct import for packaging.version
1 parent 17b5f1b commit a3c1706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

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

2323
# -- Project information -----------------------------------------------------
2424
import pkg_resources
25-
import packaging
25+
import packaging.version
2626

2727
project = 'OpenPathSampling CLI'
2828
copyright = '2019-2020, David W.H. Swenson'

0 commit comments

Comments
 (0)