~tribaal/txaws/xss-hardening

« back to all changes in this revision

Viewing changes to txaws/server/tests/fixtures/importerror/amodule.py

merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from txaws.server.method import Method
 
2
from txaws.server.tests.fixtures import method 
 
3
 
 
4
@method
 
5
class TestMethod(Method):
 
6
    pass