summaryrefslogtreecommitdiff
path: root/tests/modules/pkg1/p1a.py
blob: be5fcdd3b40c0514d7292de06cfe8f5cc6a00ec4 (plain)
1
2
3
4
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()