Beispiel #1
0
	def getControlFieldBraille(self, field, ancestors, reportStart, formatConfig):
		# Import late to avoid circular import.
		import braille
		return braille.getControlFieldBraille(self, field, ancestors, reportStart, formatConfig)
Beispiel #2
0
 def getControlFieldBraille(self, field, ancestors, reportStart,
                            formatConfig):
     # Import late to avoid circular import.
     import braille
     return braille.getControlFieldBraille(self, field, ancestors,
                                           reportStart, formatConfig)