X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fadd_user.py;h=8da9dcdf3b6c5971ad8615a9a8e03666457003ad;hb=782339bc8e1a2e17b9e6b3009b22b5efa74218f7;hp=5651322028774e49545f9ac684252761618ea3ad;hpb=6d71e8c166e12f1b9fd8fe4c0fef25c390e6ae59;p=dak.git diff --git a/dak/add_user.py b/dak/add_user.py index 56513220..8da9dcdf 100755 --- a/dak/add_user.py +++ b/dak/add_user.py @@ -18,7 +18,6 @@ add his key to the GPGKeyring # I know what I say. I dont know python and I wrote it. So go and read some other stuff. import commands -import pg import re import sys import time @@ -34,8 +33,6 @@ from daklib.regexes import re_gpg_fingerprint, re_user_address, re_user_mails, r Cnf = None Logger = None -Upload = None -Subst = None ################################################################################