mirror of
https://github.com/nikdoof/python-ts3.git
synced 2025-12-17 03:49:25 +00:00
Switch to relative imports
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
import logging
|
||||
from protocol import TS3Proto, InvalidArguments
|
||||
from defines import *
|
||||
from .protocol import TS3Proto, InvalidArguments
|
||||
from .defines import *
|
||||
|
||||
|
||||
class TS3Server(TS3Proto):
|
||||
|
||||
Reference in New Issue
Block a user