Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
742221d2
Commit
742221d2
authored
Dec 02, 2009
by
Devon H. O'Dell
Committed by
Russ Cox
Dec 02, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xml.etree can also be lxml.etree (e.g. CentOS 5.4 with Python 2.4.3)
R=rsc CC=golang-dev
https://golang.org/cl/164053
parent
8d652ee8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
codereview.py
lib/codereview/codereview.py
+4
-1
No files found.
lib/codereview/codereview.py
View file @
742221d2
...
...
@@ -43,7 +43,10 @@ import stat
import
subprocess
import
threading
from
HTMLParser
import
HTMLParser
from
xml.etree
import
ElementTree
as
ET
try
:
from
xml.etree
import
ElementTree
as
ET
except
:
from
lxml.etree
import
ElementTree
as
ET
try
:
hgversion
=
util
.
version
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment