Using new pymumble pypi module

This commit is contained in:
Azlux 2020-04-21 18:47:24 +02:00
parent 5fbc8e463d
commit 1d6310afaf
5 changed files with 3 additions and 6 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "pymumble"]
path = pymumble
url = https://github.com/azlux/pymumble.git

View File

@ -2,7 +2,7 @@
import logging import logging
import math import math
import pymumble.pymumble_py3 as pymumble import pymumble_py3 as pymumble
import re import re
import constants import constants

View File

@ -12,7 +12,7 @@ import subprocess as sp
import argparse import argparse
import os import os
import os.path import os.path
import pymumble.pymumble_py3 as pymumble import pymumble_py3 as pymumble
import variables as var import variables as var
import logging import logging
import logging.handlers import logging.handlers

@ -1 +0,0 @@
Subproject commit 9b30cf2dea037b728a3dd38e3364b92415eb79b3

View File

@ -7,3 +7,4 @@ Pillow
mutagen mutagen
requests requests
packaging packaging
pymumble