[lldb] Add print_function import

This commit is contained in:
Jonas Devlieghere
2020-09-28 13:50:22 -07:00
parent 5aa56b2429
commit 974551d37d

View File

@@ -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,