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, 5 insertions, 0 deletions
diff --git a/test/modules/pkg1/p1a.py b/test/modules/pkg1/p1a.py
new file mode 100644
index 00000000..be5fcdd3
--- /dev/null
+++ b/test/modules/pkg1/p1a.py
@@ -0,0 +1,5 @@
+import os, sys
+
+# Invoke functions in os and sys so we can see if we measure code there.
+x = sys.getcheckinterval()
+y = os.getcwd()