From 70378325984e108144c4bff8929ccc132bffceb4 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Fri, 10 Feb 2017 16:32:58 +0100 Subject: [PATCH] Fixed pprint import --- macLookup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macLookup.py b/macLookup.py index f4b8017..50c7e89 100755 --- a/macLookup.py +++ b/macLookup.py @@ -5,7 +5,7 @@ from subprocess import check_output, CalledProcessError from time import time from re import findall from sys import argv -import pprint +from pprint import pprint def getOnlineClients(): try: @@ -79,4 +79,4 @@ if __name__ == '__main__': else: print("Add args 'add' or 'get'") - \ No newline at end of file +