Using new pymumble pypi module
This commit is contained in:
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 math
|
||||
|
||||
import pymumble.pymumble_py3 as pymumble
|
||||
import pymumble_py3 as pymumble
|
||||
import re
|
||||
|
||||
import constants
|
||||
|
@@ -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
|
||||
|
1
pymumble
1
pymumble
Submodule pymumble deleted from 9b30cf2dea
@@ -7,3 +7,4 @@ Pillow
|
||||
mutagen
|
||||
requests
|
||||
packaging
|
||||
pymumble
|
||||
|
Reference in New Issue
Block a user