Author: Jonas Devlieghere Date: 2020-09-28T13:51:11-07:00 New Revision: 974551d37da8352c22fd849d19cb8fb1facff680
URL: https://github.com/llvm/llvm-project/commit/974551d37da8352c22fd849d19cb8fb1facff680 DIFF: https://github.com/llvm/llvm-project/commit/974551d37da8352c22fd849d19cb8fb1facff680.diff LOG: [lldb] Add print_function import Added: Modified: lldb/docs/conf.py Removed: ################################################################################ diff --git a/lldb/docs/conf.py b/lldb/docs/conf.py index 7f365f69e1a8..cdab1b00e1b7 100644 --- a/lldb/docs/conf.py +++ b/lldb/docs/conf.py @@ -10,8 +10,9 @@ # # All configuration values have a default; values that are commented out # serve to show the default. +from __future__ import print_function -import sys, os +import sys, os, re from datetime import date # If extensions (or modules to document with autodoc) are in another directory, _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits