Author: mahadev
Date: Mon Jan 21 18:09:02 2013
New Revision: 1436522

URL: http://svn.apache.org/viewvc?rev=1436522&view=rev
Log:
AMBARI-1202. Unncessary use of xml tree python library in ambari-server setup. 
Its not being used. (Siddharth Wagle via mahadev)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-server/src/main/python/ambari-server.py

Modified: incubator/ambari/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1436522&r1=1436521&r2=1436522&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Mon Jan 21 18:09:02 2013
@@ -145,6 +145,9 @@ AMBARI-1.2.0 branch:
 
  AMBARI-1136. Add gsInstaller resource provider. (Tom Beerbower via mahadev)
 
+ AMBARI-1202. Unncessary use of xml tree python library in ambari-server
+ setup. Its not being used. (Siddharth Wagle via mahadev)
+
  IMPROVEMENTS
 
  BUG FIXES

Modified: incubator/ambari/trunk/ambari-server/src/main/python/ambari-server.py
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/python/ambari-server.py?rev=1436522&r1=1436521&r2=1436522&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-server/src/main/python/ambari-server.py 
(original)
+++ incubator/ambari/trunk/ambari-server/src/main/python/ambari-server.py Mon 
Jan 21 18:09:02 2013
@@ -28,7 +28,6 @@ import re
 import string
 import glob
 import platform
-import xml.etree.ElementTree as ET
 import shutil
 import stat
 import fileinput


Reply via email to