Files
purple-electrumwallet/electrum
SomberNight baf9a1d976 interface.py: rm broken dead code
As it's failing due to relative imports, this might have been broken since py2->py3 migration.
```
$ python3 ./electrum/interface.py
Traceback (most recent call last):
  File "/home/user/wspace/electrum/./electrum/interface.py", line 31, in <module>
    import asyncio
  File "/usr/lib/python3.13/asyncio/__init__.py", line 8, in <module>
    from .base_events import *
  File "/usr/lib/python3.13/asyncio/base_events.py", line 18, in <module>
    import concurrent.futures
  File "/usr/lib/python3.13/concurrent/futures/__init__.py", line 8, in <module>
    from concurrent.futures._base import (FIRST_COMPLETED,
    ...<9 lines>...
                                          as_completed)
  File "/usr/lib/python3.13/concurrent/futures/_base.py", line 7, in <module>
    import logging
  File "/home/user/wspace/electrum/electrum/logging.py", line 6, in <module>
    import logging.handlers
ModuleNotFoundError: No module named 'logging.handlers'; 'logging' is not a package
```
2026-03-20 17:43:12 +00:00
..
2026-03-20 13:49:16 +00:00
2026-02-21 03:51:52 +00:00
2022-07-07 18:29:01 +02:00
2022-10-20 18:43:54 +00:00
2026-02-17 18:11:13 +00:00
2025-08-18 15:38:25 +00:00
2026-03-19 11:29:43 +01:00
2026-03-20 17:43:12 +00:00
2025-12-02 10:38:10 +01:00
2026-01-28 17:49:36 +01:00
2026-03-19 11:45:40 +01:00
2025-08-08 14:34:53 +00:00
2025-04-23 16:09:31 +02:00
2024-11-29 17:09:29 +08:00
2026-02-26 18:06:31 +01:00