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