summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeViewNonInteractive.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-02-02 12:56:26 +0000
committerMichael Vogt <michael.vogt@ubuntu.com>2006-02-02 12:56:26 +0000
commit442066f04db10be923c15455d16155358a6d5321 (patch)
treec8c9e870a89ea0630ecbe6ac08b661788d102839 /DistUpgrade/DistUpgradeViewNonInteractive.py
parent41006b0fd874a862195b918fad17a7ae04f4fe57 (diff)
downloadpython-apt-442066f04db10be923c15455d16155358a6d5321.tar.gz
* started to implement a more flexible config file approach
Diffstat (limited to 'DistUpgrade/DistUpgradeViewNonInteractive.py')
-rw-r--r--DistUpgrade/DistUpgradeViewNonInteractive.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgradeViewNonInteractive.py b/DistUpgrade/DistUpgradeViewNonInteractive.py
index f77d3d43..e8236565 100644
--- a/DistUpgrade/DistUpgradeViewNonInteractive.py
+++ b/DistUpgrade/DistUpgradeViewNonInteractive.py
@@ -19,6 +19,9 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA
+import apt
+import logging
+
class NonInteractiveDistUpgradeView(object):
" non-interactive version of the upgrade view "
def __init__(self):