summaryrefslogtreecommitdiff
path: root/tests/modules/pkg1/p1a.py
blob: 337add499f5981a05f554739b5932c4604173ae3 (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.getfilesystemencoding()
y = os.getcwd()