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 math
import pymumble.pymumble_py3 as pymumble
import pymumble_py3 as pymumble
import re
import constants

View File

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

Submodule pymumble deleted from 9b30cf2dea

View File

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