summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-05-20 13:23:06 -0400
committerTodd Zullinger <tmz@pobox.com>2008-05-20 13:23:06 -0400
commitb434be97ebd045c454580ab248755a035eb23476 (patch)
tree80340980029c95835cbe51deb9981dfa149713e9
parent2e506fa4b7c50c31111748f926ae3f4649fa3662 (diff)
downloadlicense-check-b434be97ebd045c454580ab248755a035eb23476.tar.gz
license-check-b434be97ebd045c454580ab248755a035eb23476.tar.xz
license-check-b434be97ebd045c454580ab248755a035eb23476.zip
The BaseClient class has moved to fedora.client
-rwxr-xr-xchecklicenses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/checklicenses.py b/checklicenses.py
index 0dd1e32..b79c5de 100755
--- a/checklicenses.py
+++ b/checklicenses.py
@@ -28,7 +28,7 @@ import string
import optparse
from time import gmtime, strftime
from FASauth import username, password
-from fedora.tg.client import BaseClient, AuthError, ServerError
+from fedora.client import BaseClient, AuthError, ServerError
blacklist = ['glibc32', 'glibc64', 'olpc-logos']
no_owner = '_No_Owner_in_PackageDB'