summaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/command_source/my.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/command_source/my.py')
-rw-r--r--packages/Python/lldbsuite/test/functionalities/command_source/my.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/command_source/my.py b/packages/Python/lldbsuite/test/functionalities/command_source/my.py
deleted file mode 100644
index bd97fda3cbbf..000000000000
--- a/packages/Python/lldbsuite/test/functionalities/command_source/my.py
+++ /dev/null
@@ -1,7 +0,0 @@
-from __future__ import print_function
-
-
-def date():
- import datetime
- today = datetime.date.today()
- print(today)