mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-27241: use django skeletons instead of java code
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# coding=utf-8
|
||||
from django.core.handlers.wsgi import WSGIRequest
|
||||
|
||||
|
||||
class View(object):
|
||||
def __init__(self, *args, **kwargs):
|
||||
self.request = WSGIRequest() if False else None
|
||||
|
||||
self.args = list()
|
||||
self.kwargs = dict()
|
||||
|
||||
Reference in New Issue
Block a user