6817: import print_function looks nicer
svn: r22547
This commit is contained in:
parent
eef147273c
commit
4a66b3b50c
@ -19,6 +19,9 @@
|
||||
#
|
||||
|
||||
# $Id$
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
"""
|
||||
Classes for relationships.
|
||||
"""
|
||||
@ -1020,7 +1023,7 @@ class RelationshipCalculator(object):
|
||||
pmap, depth, stoprecursemap)
|
||||
except:
|
||||
import traceback
|
||||
print traceback.print_exc()
|
||||
print(traceback.print_exc())
|
||||
return
|
||||
|
||||
def collapse_relations(self, relations):
|
||||
|
Loading…
Reference in New Issue
Block a user