Removed submodules
This commit is contained in:
parent
af62c76817
commit
92de153a53
3 changed files with 6 additions and 13 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +0,0 @@
|
||||||
[submodule "fritzconnection"]
|
|
||||||
path = fritzconnection
|
|
||||||
url = https://github.com/kbr/fritzconnection.git
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit fa5c5fde11b31a9c67a639ff23147ead2b7418a3
|
|
||||||
15
uplink.py
15
uplink.py
|
|
@ -19,20 +19,17 @@
|
||||||
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
|
|
||||||
from logging import getLogger
|
import calendar
|
||||||
|
import pymysql
|
||||||
import socket
|
import socket
|
||||||
import sys
|
import sys
|
||||||
import time
|
import time
|
||||||
import calendar
|
|
||||||
|
|
||||||
try:
|
|
||||||
from fritzconnection.fritzconnection.lib.fritzstatus import FritzStatus
|
|
||||||
except ImportError:
|
|
||||||
from fritzconnection.lib.fritzstatus import FritzStatus
|
|
||||||
|
|
||||||
from threading import Thread
|
|
||||||
import pymysql
|
|
||||||
from daemon import Daemon
|
from daemon import Daemon
|
||||||
|
from fritzconnection.lib.fritzstatus import FritzStatus
|
||||||
|
from logging import getLogger
|
||||||
|
from threading import Thread
|
||||||
|
|
||||||
|
|
||||||
logger = getLogger(__name__)
|
logger = getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue