Rename functions in validity to avoid future member name collisions.

This commit is contained in:
Mike Auty
2014-12-30 03:49:31 +00:00
parent 7ca450fd19
commit c1d054df10
12 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class TextRenderer(interface.Renderer):
def render(self, grid):
"""Renders a text grid based on the contents of each element"""
self.type_check(grid, renderers.TreeGrid)
self._type_check(grid, renderers.TreeGrid)
# FIXME: Separator should come from options
sep = " | "