Skip to content

Commit 9e0344b

Browse files
committed
Make all examples executable
1 parent 1770460 commit 9e0344b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

examples/basic_srv.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
#!/usr/bin/env python3
12
"""Basic http server with minimal setup"""
3+
24
import aiohttp
35
import aiohttp.server
46

examples/web_srv.py

100644100755
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#!/usr/bin/env python3
2+
"""Example for aiohttp.web basic server
3+
"""
4+
15
import asyncio
26
import textwrap
37
from aiohttp.web import Application, Response, StreamResponse

0 commit comments

Comments
 (0)