| Index: third_party/logilab/common/ureports/docbook_writer.py
 | 
| ===================================================================
 | 
| --- third_party/logilab/common/ureports/docbook_writer.py	(revision 292986)
 | 
| +++ third_party/logilab/common/ureports/docbook_writer.py	(working copy)
 | 
| @@ -16,9 +16,10 @@
 | 
|  # You should have received a copy of the GNU Lesser General Public License along
 | 
|  # with logilab-common.  If not, see <http://www.gnu.org/licenses/>.
 | 
|  """HTML formatting drivers for ureports"""
 | 
| -from __future__ import generators
 | 
|  __docformat__ = "restructuredtext en"
 | 
|  
 | 
| +from six.moves import range
 | 
| +
 | 
|  from logilab.common.ureports import HTMLWriter
 | 
|  
 | 
|  class DocbookWriter(HTMLWriter):
 | 
| 
 |