From bbb6cb5fe6a61aa0975dcd9df11f9f648f6abba2 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sun, 25 Jul 2010 15:13:04 -0400 Subject: More unit tests and documentation for the Thandy code --- lib/thandy/encodeToXML.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/thandy/encodeToXML.py') diff --git a/lib/thandy/encodeToXML.py b/lib/thandy/encodeToXML.py index c563d77..b2fe351 100644 --- a/lib/thandy/encodeToXML.py +++ b/lib/thandy/encodeToXML.py @@ -1,5 +1,12 @@ # Copyright 2008 The Tor Project, Inc. See LICENSE for licensing information. +"""This module converts JSon to XML. It is allegedly for people who have + libraries that can read XML, but nothing that can read JSon. + + Nick questions whether it's actually useful. Certainly, it's quite + unlikely that you'll be able to check any keys once you've converted it. +""" + import re import thandy -- cgit v1.2.3