summaryrefslogtreecommitdiffstats
path: root/python/anyjson/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/anyjson/README')
-rw-r--r--python/anyjson/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/anyjson/README b/python/anyjson/README
deleted file mode 100644
index 6a6a285035..0000000000
--- a/python/anyjson/README
+++ /dev/null
@@ -1,6 +0,0 @@
-Convenience module to import the best available json serialize/deserializer installed
-
-Anyjson loads whichever is the fastest JSON module installed and provides a uniform
-API regardless of which JSON implementation is used.
-
-Originally part of carrot