From 927c25b15eeaf3c01a2c6382a41270549235cb56 Mon Sep 17 00:00:00 2001 From: Phillip Cloud Date: Fri, 6 Mar 2015 09:50:09 -0500 Subject: [PATCH] Import version from odo not into --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 33221801..765e8d74 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,7 +48,7 @@ # built documents. # # The short X.Y version. -from into import __version__ as version +from odo import __version__ as version # The full version, including alpha/beta/rc tags. release = version