Skip to content

Commit

Permalink
Merge pull request #767 from rutsky/make-resources-public
Browse files Browse the repository at this point in the history
make new resources classes public
  • Loading branch information
asvetlov committed Feb 5, 2016
2 parents caf1798 + 55b184c commit b9b1967
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aiohttp/web_urldispatcher.py
Expand Up @@ -25,7 +25,9 @@


__all__ = ('UrlDispatcher', 'UrlMappingMatchInfo',
'Resource', 'PlainResource', 'DynamicResource',
'AbstractResource', 'Resource', 'PlainResource', 'DynamicResource',
'ResourceAdapter',
'AbstractRoute', 'ResourceRoute',
'Route', 'PlainRoute', 'DynamicRoute', 'StaticRoute', 'View')


Expand Down

0 comments on commit b9b1967

Please sign in to comment.