Home | History | Annotate | Download | only in main

Lines Matching full:converter

73         print >> sys.stderr, "No base converter for type '%s' found.  Ignoring." % fromType
77 print >> sys.stderr, "No converter found for type '%s' to type '%s'. Ignoring." % (fromType, toType)