dropping six from hub/web
This commit is contained in:
parent
83d425f976
commit
af311184fc
15 changed files with 100 additions and 152 deletions
|
|
@ -5,8 +5,6 @@
|
|||
# Authors:
|
||||
# Mike Bonnet <mikeb@redhat.com>
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
import logging
|
||||
|
||||
from koji.plugin import callback, callbacks, ignore_error
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@
|
|||
# Authors:
|
||||
# Mike Bonnet <mikeb@redhat.com>
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
import json
|
||||
import logging
|
||||
import random
|
||||
|
|
|
|||
|
|
@ -5,8 +5,6 @@
|
|||
# Authors:
|
||||
# Mike Bonnet <mikeb@redhat.com>
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
import fnmatch
|
||||
import os
|
||||
import subprocess
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@
|
|||
# plugin has a config file. This hub plugin has no config file.
|
||||
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
import random
|
||||
import sys
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,3 @@
|
|||
from __future__ import absolute_import
|
||||
|
||||
import sys
|
||||
|
||||
import koji
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue