summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-05-10 14:27:43 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-05-10 14:27:43 -0400
commit7c0c493823d4b8079c41e35170e78b7e0fd54b69 (patch)
tree63dc75db48074489b9c8a3a2841f7bd4b81cec07
parent6108acddac7f3acb9bc395c1398a644a6eff6cf4 (diff)
downloadkoji-bisect-7c0c493823d4b8079c41e35170e78b7e0fd54b69.tar.gz
koji-bisect-7c0c493823d4b8079c41e35170e78b7e0fd54b69.tar.xz
koji-bisect-7c0c493823d4b8079c41e35170e78b7e0fd54b69.zip
Add a note about why I have a dummy Options class
-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