summaryrefslogtreecommitdiff
path: root/python/apt_pkgmodule.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-08-03 14:23:44 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-08-03 14:23:44 +0200
commitddf91759e3fabee1e0d61372247c4256758c387c (patch)
tree10bf95738b6ae2050a6d95da26dacd1dab73f8a0 /python/apt_pkgmodule.cc
parente124705b95abb6ea3c4c6f96ed5559dac8a2c697 (diff)
downloadpython-apt-ddf91759e3fabee1e0d61372247c4256758c387c.tar.gz
* aptsources/distro.py:
- throw NoDistroTemplateException if not distribution template can be found * NMU * Fix version to not use CPU and OS since it's not available on APT anymore (closes: #435653, #435674)
Diffstat (limited to 'python/apt_pkgmodule.cc')
-rw-r--r--python/apt_pkgmodule.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/apt_pkgmodule.cc b/python/apt_pkgmodule.cc
index a0352d4e..15f7d238 100644
--- a/python/apt_pkgmodule.cc
+++ b/python/apt_pkgmodule.cc
@@ -483,8 +483,6 @@ extern "C" void initapt_pkg()
// Version..
AddStr(Dict,"Version",pkgVersion);
AddStr(Dict,"LibVersion",pkgLibVersion);
- AddStr(Dict,"CPU",pkgCPU);
- AddStr(Dict,"OS",pkgOS);
AddStr(Dict,"Date",__DATE__);
AddStr(Dict,"Time",__TIME__);