# HG changeset patch
# User Nsukami Patrick <ndkpatt at gmail dot com>
# Date 1552546633 0
#      Thu Mar 14 06:57:13 2019 +0000
# Node ID 80b9492144d9d7d676fb3c15e02837efda4c4d52
# Parent  facafaca078d1b1fbe984de02f7b0115acc7cc56
Use new style import

diff --git a/doc/conf.py b/doc/conf.py
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -48,7 +48,7 @@
 # built documents.
 #
 # The short X.Y version.
-from cubes.squareui.__pkginfo__ import version
+from cubicweb_squareui.__pkginfo__ import version
 ##version = '0.8.4'
 # The full version, including alpha/beta/rc tags.
 release = version