Skip to content

Commit

Permalink
Fix an example
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jul 24, 2016
1 parent 56bf8bb commit 9b06e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/basic_srv.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import asyncio
from urllib.parse import urlparse, parse_qsl
from aiohttp.multidict import MultiDict
from aiohttp import MultiDict


class HttpRequestHandler(aiohttp.server.ServerHttpProtocol):
Expand Down

0 comments on commit 9b06e81

Please sign in to comment.