Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/third_party/etree/README.chromium

Issue 10831030: NaCl settings and completed install scripts. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: visual_studio/NativeClientVSAddIn/InstallerResources/third_party/etree/README.chromium
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/third_party/etree/README.chromium b/visual_studio/NativeClientVSAddIn/InstallerResources/third_party/etree/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..2f64c446f346364897eec92849b42488abf01236
--- /dev/null
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/third_party/etree/README.chromium
@@ -0,0 +1,12 @@
+Name: ElementTree
+Short Name: ElementTree
+URL: http://effbot.org/zone/element-index.htm and http://www.python.org/
+Version: ElementTree 1.3 from Python 2.7.3
+License File: LICENSE in this directory.
+Security Critical: No.
+
+Description:
+The ElementTree package is used to parse XML files, modify them, and write them out. Version 1.3 (from Python 2.7.3) is needed for our install scripts but we require only Python 2.6 for our users so we need to include this functionality.
+
+Local Modifications:
+No changes from the version shipped with python 2.7.3

Powered by Google App Engine
This is Rietveld 408576698