summaryrefslogtreecommitdiff
path: root/libraries/python-elementtree/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/python-elementtree/README')
-rw-r--r--libraries/python-elementtree/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/libraries/python-elementtree/README b/libraries/python-elementtree/README
deleted file mode 100644
index e0c761f808..0000000000
--- a/libraries/python-elementtree/README
+++ /dev/null
@@ -1,7 +0,0 @@
-The Element type is a simple but flexible container object, designed
-to store hierarchical data structures, such as simplified XML
-infosets, in memory. The element type can be described as a cross
-between a Python list and a Python dictionary.
-
-The ElementTree wrapper type adds code to load XML files as trees of
-Element objects, and save them back again.