mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 00:38:11 -05:00
4a8ebf411cb238f5e1a56336943540f676e278f2
This should help resolve a circular import wherein "import jsonresponse" triggers "from r2.lib.pages.things import wrap_links" in jsonresponse.py, which triggers "from pages import *" in r2/lib/pages/__init__.py, which further triggers "from r2.lib.jsonresponse import json_respond" in pages.py
Description
No description provided
Languages
Python
54.4%
JavaScript
26.7%
HTML
11.3%
Less
4.5%
Shell
1%
Other
2%