Using new pymumble pypi module
This commit is contained in:
parent
5fbc8e463d
commit
1d6310afaf
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
|||||||
[submodule "pymumble"]
|
|
||||||
path = pymumble
|
|
||||||
url = https://github.com/azlux/pymumble.git
|
|
@ -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
|
||||||
|
@ -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
pymumble
1
pymumble
@ -1 +0,0 @@
|
|||||||
Subproject commit 9b30cf2dea037b728a3dd38e3364b92415eb79b3
|
|
@ -7,3 +7,4 @@ Pillow
|
|||||||
mutagen
|
mutagen
|
||||||
requests
|
requests
|
||||||
packaging
|
packaging
|
||||||
|
pymumble
|
||||||
|
Loading…
x
Reference in New Issue
Block a user