From 14f1b3e8826ce43b978db93a62d1166055db5394 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 2 Jan 2017 19:26:05 +0000 Subject: Vendor import of lldb trunk r290819: https://llvm.org/svn/llvm-project/lldb/trunk@290819 --- packages/Python/lldbsuite/test/functionalities/command_source/my.py | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/Python/lldbsuite/test/functionalities/command_source/my.py') diff --git a/packages/Python/lldbsuite/test/functionalities/command_source/my.py b/packages/Python/lldbsuite/test/functionalities/command_source/my.py index cb2fd012e4bd..bd97fda3cbbf 100644 --- a/packages/Python/lldbsuite/test/functionalities/command_source/my.py +++ b/packages/Python/lldbsuite/test/functionalities/command_source/my.py @@ -1,5 +1,6 @@ from __future__ import print_function + def date(): import datetime today = datetime.date.today() -- cgit v1.2.3