X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fprocess_unchecked.py;h=0645dd9f86d9fd45e633326c1626a8855aac46d8;hb=3a044cf559c390a0a4dc0658ec565b6a327f136a;hp=70c3cdbae295de36f0026c54a49c31bca8bbdf4a;hpb=587431b705e7d36cf9c176f4b619349d808f6e9d;p=dak.git diff --git a/dak/process_unchecked.py b/dak/process_unchecked.py index 70c3cdba..0645dd9f 100755 --- a/dak/process_unchecked.py +++ b/dak/process_unchecked.py @@ -34,23 +34,14 @@ Checks Debian packages from Incoming ################################################################################ -import commands import errno import fcntl import os -import re -import shutil -import stat import sys -import time import traceback -import tarfile -import apt_inst import apt_pkg -from debian_bundle import deb822 from daklib.dbconn import * -from daklib.binary import Binary from daklib import daklog from daklib.queue import * from daklib import utils