mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
I changed the django mock to support both 1.x and 2.x routing APIs, which is not really a nice long term solution.
4 lines
38 B
Python
4 lines
38 B
Python
# For django 1.x
|
|
class View:
|
|
pass
|