Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/distro.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-19 08:54:18 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-19 08:54:18 (GMT)
commit45eb053f1088af5fc6883929498248608e118a53 (patch)
tree0a6f1acefe54a32748db20579804181a20fce5a3 /devbot/distro.py
parentf31a3285552287cdaf5b66ea41851d1c11424c67 (diff)
Revert "Pass around interactive"
This reverts commit f31a3285552287cdaf5b66ea41851d1c11424c67.
Diffstat (limited to 'devbot/distro.py')
-rw-r--r--devbot/distro.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devbot/distro.py b/devbot/distro.py
index a3fc9a6..c432c08 100644
--- a/devbot/distro.py
+++ b/devbot/distro.py
@@ -4,7 +4,7 @@ import subprocess
from devbot import command
class FedoraPackageManager:
- def __init__(self, test=False, interactive=interactive):
+ def __init__(self, test=False, interactive=True):
self._test = test
self._interactive = interactive