Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'calm/queue.py')
-rw-r--r--calm/queue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calm/queue.py b/calm/queue.py
index d9b1d8f..94ad04c 100644
--- a/calm/queue.py
+++ b/calm/queue.py
@@ -21,7 +21,6 @@
# THE SOFTWARE.
#
-from dirq.QueueSimple import QueueSimple
import logging
import os
import re
@@ -42,6 +41,7 @@ def add(args, movelist, fromdir):
queue_root = os.path.join(args.queuedir, 'dirq')
upload_root = os.path.join(args.queuedir, 'uploads')
+ from dirq.QueueSimple import QueueSimple
dirq = QueueSimple(os.path.join(queue_root, QUEUE))
# clean up empty directories