diff options
Diffstat (limited to 'setuptools/tests/mod_with_constant.py')
-rw-r--r-- | setuptools/tests/mod_with_constant.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setuptools/tests/mod_with_constant.py b/setuptools/tests/mod_with_constant.py new file mode 100644 index 00000000..ef755dd1 --- /dev/null +++ b/setuptools/tests/mod_with_constant.py @@ -0,0 +1 @@ +value = 'three, sir!' |