Bitmessage / PyBitmessage

Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:
https://bitmessage.org/wiki/Main_Page
Other
2.81k stars 578 forks source link

Use import paths compatible with both Python2 and Python3 #2239

Open kashikoibumi opened 1 month ago

kashikoibumi commented 1 month ago

Restrictions for import paths are different in Python2 and Python3. This patch fixes existing import paths to be compatible with both Python2 and Python3.