summaryrefslogtreecommitdiff
path: root/tests/scripts/recursive.py
blob: 32c981b65465f543202a9d0de3914b1722ea8080 (plain)
1
2
3
4
5
6
#!/usr/bin/env python
# coding=utf-8
"""
Example demonstrating that running a Python script recursively inside another Python script isn't allowed
"""
app('pyscript ../script.py')