summaryrefslogtreecommitdiff
path: root/test/try_execfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/try_execfile.py')
-rw-r--r--test/try_execfile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/try_execfile.py b/test/try_execfile.py
index 9a8804a..d7ea439 100644
--- a/test/try_execfile.py
+++ b/test/try_execfile.py
@@ -7,6 +7,7 @@ DATA = "xyzzy"
import __main__
def my_function(a):
+ """A function to force execution of module-level values."""
return "my_fn(%r)" % a
FN_VAL = my_function("fooey")