Removed submodules
This commit is contained in:
parent
af62c76817
commit
92de153a53
3 changed files with 6 additions and 13 deletions
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.
|
||||
|
||||
|
||||
from logging import getLogger
|
||||
import calendar
|
||||
import pymysql
|
||||
import socket
|
||||
import sys
|
||||
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 fritzconnection.lib.fritzstatus import FritzStatus
|
||||
from logging import getLogger
|
||||
from threading import Thread
|
||||
|
||||
|
||||
logger = getLogger(__name__)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue