mirror of
https://github.com/Xevion/tcp-chat.git
synced 2025-12-06 11:16:39 -06:00
Move shared constants, exceptions & helpers.py into /shared/
This commit is contained in:
@@ -4,8 +4,8 @@ import socket
|
||||
|
||||
from PyQt5.QtCore import QThread, pyqtSignal
|
||||
|
||||
import constants
|
||||
import helpers
|
||||
from shared import constants
|
||||
from shared import helpers
|
||||
|
||||
|
||||
class ReceiveWorker(QThread):
|
||||
|
||||
Reference in New Issue
Block a user