Skip to content

Commit

Permalink
Merge pull request #4010 from mmascher/htcondor_poc
Browse files Browse the repository at this point in the history
Add missing import to remote_copy
  • Loading branch information
mmascher committed Feb 6, 2014
2 parents 3351634 + ff3b3e1 commit 3c334b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/CRABClient/Commands/remote_copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import threading
import multiprocessing, Queue
import time
import re
from math import ceil

from WMCore.FwkJobReport.FileInfo import readAdler32, readCksum
Expand Down

0 comments on commit 3c334b3

Please sign in to comment.