Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/websdk/flask/testsuite/test_apps/flask_newext_package/submodule.py
diff options
context:
space:
mode:
Diffstat (limited to 'websdk/flask/testsuite/test_apps/flask_newext_package/submodule.py')
-rw-r--r--websdk/flask/testsuite/test_apps/flask_newext_package/submodule.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/websdk/flask/testsuite/test_apps/flask_newext_package/submodule.py b/websdk/flask/testsuite/test_apps/flask_newext_package/submodule.py
new file mode 100644
index 0000000..26ad56b
--- /dev/null
+++ b/websdk/flask/testsuite/test_apps/flask_newext_package/submodule.py
@@ -0,0 +1,2 @@
+def test_function():
+ return 42