From 1d6310afaf651c025f003424074c9d8dd74c1f82 Mon Sep 17 00:00:00 2001 From: Azlux Date: Tue, 21 Apr 2020 18:47:24 +0200 Subject: [PATCH] Using new pymumble pypi module --- .gitmodules | 3 --- command.py | 2 +- mumbleBot.py | 2 +- pymumble | 1 - requirements.txt | 1 + 5 files changed, 3 insertions(+), 6 deletions(-) delete mode 160000 pymumble 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