Skip to content

Commit 2cd5367

Browse files
committed
Python 3 SyntaxError for print
1 parent fde9234 commit 2cd5367

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

memory_profiler.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
from __future__ import print_function
2+
13
"""Profile the memory usage of a Python program"""
24

35
# .. we'll use this to pass it to the child script ..

0 commit comments

Comments
 (0)