diff options
Diffstat (limited to 'Lib/hotshot/log.py')
-rw-r--r-- | Lib/hotshot/log.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/hotshot/log.py b/Lib/hotshot/log.py index df8f637547..059142eec1 100644 --- a/Lib/hotshot/log.py +++ b/Lib/hotshot/log.py @@ -159,7 +159,7 @@ class LogReader: try: filename = self._filemap[fileno] except KeyError: - print "Could not identify fileId", fileno + print("Could not identify fileId", fileno) return 1 if filename is None: return 1 |