From f931bb29f09e330359ea4592f28eeb85fd224886 Mon Sep 17 00:00:00 2001 From: Jon Tibble Date: Sat, 19 Mar 2011 01:46:45 +0000 Subject: [PATCH] Unused import --- openlp/plugins/remotes/lib/httpserver.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openlp/plugins/remotes/lib/httpserver.py b/openlp/plugins/remotes/lib/httpserver.py index 0d1e163eb..53603101a 100644 --- a/openlp/plugins/remotes/lib/httpserver.py +++ b/openlp/plugins/remotes/lib/httpserver.py @@ -111,7 +111,6 @@ import logging import os import urlparse import re -from pprint import pformat try: import json