diff options
| author | Todd Zullinger <tmz@pobox.com> | 2008-05-20 13:23:06 -0400 |
|---|---|---|
| committer | Todd Zullinger <tmz@pobox.com> | 2008-05-20 13:23:06 -0400 |
| commit | b434be97ebd045c454580ab248755a035eb23476 (patch) | |
| tree | 80340980029c95835cbe51deb9981dfa149713e9 | |
| parent | 2e506fa4b7c50c31111748f926ae3f4649fa3662 (diff) | |
| download | license-check-b434be97ebd045c454580ab248755a035eb23476.tar.gz license-check-b434be97ebd045c454580ab248755a035eb23476.tar.xz license-check-b434be97ebd045c454580ab248755a035eb23476.zip | |
The BaseClient class has moved to fedora.client
| -rwxr-xr-x | checklicenses.py | 2 |
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' |
