Update docs/conf.py

This commit is contained in:
Sean Whalen
2018-10-12 12:12:15 -04:00
parent 7076bccc8d
commit 6234bd1ef6
+1 -1
View File
@@ -22,7 +22,7 @@ import sys
sys.path.insert(0, os.path.abspath('..'))
from parsedmarc import __version__
from parsedmarc.__version__ import __version__
# -- General configuration ------------------------------------------------