diff --git a/.gitmodules b/.gitmodules index cb2535e..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "pymumble"] - path = pymumble - url = https://github.com/azlux/pymumble.git diff --git a/command.py b/command.py index 6794fc3..d9a390e 100644 --- a/command.py +++ b/command.py @@ -2,7 +2,7 @@ import logging import math -import pymumble.pymumble_py3 as pymumble +import pymumble_py3 as pymumble import re import constants diff --git a/mumbleBot.py b/mumbleBot.py index 3cdbfbb..e8aa8e4 100644 --- a/mumbleBot.py +++ b/mumbleBot.py @@ -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 diff --git a/pymumble b/pymumble deleted file mode 160000 index 9b30cf2..0000000 --- a/pymumble +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9b30cf2dea037b728a3dd38e3364b92415eb79b3 diff --git a/requirements.txt b/requirements.txt index 1ad1752..adc50cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ Pillow mutagen requests packaging +pymumble