summaryrefslogtreecommitdiffstats
path: root/koji-bisect.py
diff options
context:
space:
mode:
Diffstat (limited to 'koji-bisect.py')
-rwxr-xr-xkoji-bisect.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/koji-bisect.py b/koji-bisect.py
index b0257cd..47ded4e 100755
--- a/koji-bisect.py
+++ b/koji-bisect.py
@@ -20,6 +20,8 @@ import urlgrabber.grabber as grabber
import urlgrabber.progress as progress
import shutil
+# This is pretty hacky. It's only in place so I can use the koji session code
+# drop-in. Sigh.
class Options:
debug = True
server = None