Python: Adapt twisted tests so they pass

This commit is contained in:
Rasmus Wriedt Larsen
2019-11-27 17:29:20 +01:00
committed by Rasmus Wriedt Larsen
parent 6011cb74f8
commit 4e3c183676
10 changed files with 5 additions and 18 deletions

View File

@@ -0,0 +1,2 @@
class Request(object):
pass

View File

@@ -0,0 +1,2 @@
class Resource(object):
pass