summaryrefslogtreecommitdiff
path: root/examples/manage-webpylike.py
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2020-03-18 15:01:06 -0700
committerDavid Lord <davidism@gmail.com>2020-03-19 07:56:56 -0700
commit13e842872e4281ddb06f3db4234c37cea81117ce (patch)
treea2a50586bd5da16cb6ee33ff84382d6ca8b68cdd /examples/manage-webpylike.py
parent565755fa622903cd10155762869d960513279526 (diff)
downloadwerkzeug-13e842872e4281ddb06f3db4234c37cea81117ce.tar.gz
remove unused module docstrings
Diffstat (limited to 'examples/manage-webpylike.py')
-rwxr-xr-xexamples/manage-webpylike.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/manage-webpylike.py b/examples/manage-webpylike.py
index 974cf356..0cb15aae 100755
--- a/examples/manage-webpylike.py
+++ b/examples/manage-webpylike.py
@@ -1,17 +1,3 @@
-#!/usr/bin/env python
-"""
- Manage web.py like application
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- A small example application that is built after the web.py tutorial. We
- even use regular expression based dispatching. The original code can be
- found on the `webpy.org webpage`__ in the tutorial section.
-
- __ http://webpy.org/tutorial2.en
-
- :copyright: 2007 Pallets
- :license: BSD-3-Clause
-"""
import os
import sys