diff --git a/Command/Command.py b/Command/Command.py index 37bb546..f1df709 100644 --- a/Command/Command.py +++ b/Command/Command.py @@ -27,7 +27,7 @@ from abc import ABC, abstractmethod # for abstract class and methods -from fuzzywuzzy import fuzz +# from fuzzywuzzy import fuzz from threading import Thread, Event import re diff --git a/RPi/RPi.py b/Raspi/RPi.py similarity index 100% rename from RPi/RPi.py rename to Raspi/RPi.py diff --git a/RPi/__init__.py b/Raspi/__init__.py similarity index 100% rename from RPi/__init__.py rename to Raspi/__init__.py diff --git a/RPi/gitpull.py b/Raspi/gitpull.py similarity index 100% rename from RPi/gitpull.py rename to Raspi/gitpull.py