# in the future...)
# Author: Vadim Zeitlin
# Created: 2009-01-04
-# RCS-Id: $Id:$
+# RCS-Id: $Id$
# Copyright: (c) 2009 Vadim Zeitlin
-# License: wxWindows licence
+# Licence: wxWindows licence
###############################################################################
# Define wxFooPrinter class implementing (at least) to_string() method for each
self.val = val
def to_string(self):
- return '"' + self.val['m_impl']['_M_dataplus']['_M_p'].string() + '"'
+ return self.val['m_impl']['_M_dataplus']['_M_p'].string()
def display_hint(self):
return 'string'