summaryrefslogtreecommitdiff
path: root/test/modules/pkg1/p1a.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/modules/pkg1/p1a.py')
-rw-r--r--test/modules/pkg1/p1a.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/modules/pkg1/p1a.py b/test/modules/pkg1/p1a.py
deleted file mode 100644
index be5fcdd3..00000000
--- a/test/modules/pkg1/p1a.py
+++ /dev/null
@@ -1,5 +0,0 @@
-import os, sys
-
-# Invoke functions in os and sys so we can see if we measure code there.
-x = sys.getcheckinterval()
-y = os.getcwd()