diff piecrust/serving/wrappers.py @ 738:b91fe30ae7aa

internal: Remove threading stuff we don't need anymore.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 02 Jun 2016 13:00:36 -0700
parents 81d9c3a3a0b5
children 4850f8c21b6e
line wrap: on
line diff
--- a/piecrust/serving/wrappers.py	Wed Jun 01 23:15:07 2016 -0700
+++ b/piecrust/serving/wrappers.py	Thu Jun 02 13:00:36 2016 -0700
@@ -1,7 +1,6 @@
 import os
 import signal
 import logging
-import threading
 import urllib.request