mirror of
https://github.com/onionshare/onionshare.git
synced 2025-12-14 15:58:59 -05:00
* Rearrange imports, one per line * Reuse original `import random` for `random.SystemRandom` (instead of a separate `from random import SystemRandom`) * Two blank lines above each function definition |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| common.py | ||
| onion.py | ||
| onionshare.py | ||
| settings.py | ||
| socks.py | ||
| strings.py | ||
| web.py | ||