# HG changeset patch # User Ludovic Chabant # Date 1435528357 25200 # Node ID dc8518c51cbed45d98539e931a7c7669b995becf # Parent 32c7c2d219d204afc4bf2795562610356417f402 internal: Remove unnecessary import. diff -r 32c7c2d219d2 -r dc8518c51cbe piecrust/baking/worker.py --- a/piecrust/baking/worker.py Sun Jun 28 08:22:39 2015 -0700 +++ b/piecrust/baking/worker.py Sun Jun 28 14:52:37 2015 -0700 @@ -1,5 +1,4 @@ import time -import copy import queue import logging from piecrust.app import PieCrust