Make Doxylink more compatible with Python3

This commit is contained in:
Matt Williams
2012-02-27 22:41:51 +00:00
parent c412503a3c
commit 8bb5d03636
2 changed files with 3 additions and 3 deletions

View File

@ -94,7 +94,7 @@ def normalise(symbol):
arglist_input_string = arglist_input_string[:closing_bracket_location+1]
except ValueError:
#This shouldn't happen.
print 'Could not find closing bracket in %s' % arglist_input_string
print('Could not find closing bracket in %s' % arglist_input_string)
raise
try: