Skip to content

Commit

Permalink
Merge pull request open-mmlab#3 from cclauss/patch-1
Browse files Browse the repository at this point in the history
print() is a function in modern Python
  • Loading branch information
yjxiong authored Jan 25, 2018
2 parents 45c4106 + 5d743f9 commit 6954b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ntu_read_skeleton.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ def read_xyz(file, max_body=2, num_joint=25):
test_skeleton = 'S014C002P037R002A050.skeleton'

data = read_xyz(os.path.join(data_path, test_skeleton))
print data
print(data)

0 comments on commit 6954b2e

Please sign in to comment.