Updated to use Python 3

This commit is contained in:
Patrick Linstruth 2018-12-12 15:20:05 -08:00
parent 5873eaf24b
commit 15976fbe6f

View File

@ -25,7 +25,7 @@ from __future__ import print_function
import os
import sys
import socket
import urllib
import requests
import xml.etree.ElementTree as ET
import syslog
import PyPAD