Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
804cbb22
Commit
804cbb22
authored
Jul 08, 2015
by
Robert McGibbon
Browse files
Fix for python2?
parent
8f710fb4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wrappers/python/src/swig_doxygen/swigInputBuilder.py
wrappers/python/src/swig_doxygen/swigInputBuilder.py
+1
-1
No files found.
wrappers/python/src/swig_doxygen/swigInputBuilder.py
View file @
804cbb22
...
...
@@ -26,7 +26,7 @@ def striphtmltags(s):
"""
class
ConvertLists
(
HTMLParser
):
def
reset
(
self
):
super
(
ConvertLists
,
self
).
reset
(
)
HTMLParser
.
reset
(
self
)
self
.
out
=
[]
def
handle_starttag
(
self
,
tag
,
attrs
):
...
...
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