~tribaal/txaws/xss-hardening

« back to all changes in this revision

Viewing changes to txaws/server/tests/fixtures/__init__.py

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
try:
 
2
    import venusian
 
3
except ImportError:
 
4
    method = lambda function: function
 
5
    has_venusian = False
 
6
else:
 
7
    from txaws.server.method import method
 
8
    has_venusian = True