From c5ff5db10522f400bce22229819d411bb894f2e1 Mon Sep 17 00:00:00 2001 From: luc-demeyer Date: Sun, 5 Oct 2014 17:54:11 +0200 Subject: [PATCH] remove report_xls from __unported__ --- __unported__/report_xls/__init__.py | 1 + __unported__/report_xls/utils.py | 1 + 2 files changed, 2 insertions(+) diff --git a/__unported__/report_xls/__init__.py b/__unported__/report_xls/__init__.py index e100e786..6142d459 100644 --- a/__unported__/report_xls/__init__.py +++ b/__unported__/report_xls/__init__.py @@ -22,4 +22,5 @@ from . import ir_report from . import report_xls + # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/__unported__/report_xls/utils.py b/__unported__/report_xls/utils.py index 943daae7..ad9887ea 100644 --- a/__unported__/report_xls/utils.py +++ b/__unported__/report_xls/utils.py @@ -48,4 +48,5 @@ def rowcol_to_cell(row, col, row_abs=False, col_abs=False): # Zero index to 1-index return col_abs + chr1 + chr2 + row_abs + str(row + 1) + # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: