From 45eb053f1088af5fc6883929498248608e118a53 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Mon, 19 Nov 2012 08:54:18 +0000 Subject: Revert "Pass around interactive" This reverts commit f31a3285552287cdaf5b66ea41851d1c11424c67. --- (limited to 'devbot') 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 -- cgit v0.9.1