GEPS008: Move src/docgen to src/gen/utils

svn: r19920
This commit is contained in:
Nick Hall
2012-06-25 00:01:40 +00:00
parent a164389c6a
commit cfe03f3b60
11 changed files with 18 additions and 9 deletions

View File

@ -960,7 +960,7 @@ class ListView(NavigationView):
The output file type is determined by the type variable.
"""
from docgen import CSVTab, ODSTab
from gen.utils.docgen import CSVTab, ODSTab
ofile = None
data_cols = [pair[1] for pair in self.column_order() if pair[0]]