Revision: c5d2930dfcc7
Author:   Janne Härkönen <[email protected]>
Date:     Wed Dec 14 23:28:07 2011
Log:      writer: cleanup import
http://code.google.com/p/robotframework/source/detail?r=c5d2930dfcc7

Modified:
 /src/robot/writer/formatters.py
 /utest/writer/test_formatters.py

=======================================
--- /src/robot/writer/formatters.py     Tue Dec 13 05:25:10 2011
+++ /src/robot/writer/formatters.py     Wed Dec 14 23:28:07 2011
@@ -14,11 +14,7 @@

 import re

-from robot.parsing.settings import Documentation
-from robot import utils
-from robot.writer.tableformatters import SplittingHtmlFormatter
-
-from .tableformatters import (RowSplittingFormatter, RowSplitter,
+from .tableformatters import (RowSplittingFormatter, SplittingHtmlFormatter,
     ColumnAligner, SettingTableAligner, NameCell, HeaderCell, Cell)


=======================================
--- /utest/writer/test_formatters.py    Tue Dec 13 05:25:10 2011
+++ /utest/writer/test_formatters.py    Wed Dec 14 23:28:07 2011
@@ -1,7 +1,8 @@
 import unittest
 from robot.parsing.model import TestCaseTable, TestCaseFileSettingTable

-from robot.writer.formatters import RowSplitter, TxtFormatter, Cell, HtmlFormatter
+from robot.writer.formatters import TxtFormatter, Cell, HtmlFormatter
+from robot.writer.tableformatters import RowSplitter
 from robot.utils.asserts import assert_equals


Reply via email to