Cleanup plexgdm
This commit is contained in:
parent
7199561573
commit
531957bd14
1 changed files with 0 additions and 3 deletions
|
@ -22,17 +22,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||||
MA 02110-1301, USA.
|
MA 02110-1301, USA.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__author__ = 'DHJ (hippojay) <plex@h-jay.com>'
|
|
||||||
|
|
||||||
import socket
|
import socket
|
||||||
import struct
|
|
||||||
import threading
|
import threading
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from xbmc import sleep
|
from xbmc import sleep
|
||||||
|
|
||||||
import downloadutils
|
import downloadutils
|
||||||
from PlexFunctions import PMSHttpsEnabled
|
|
||||||
from utils import window, logging, settings
|
from utils import window, logging, settings
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue