diff options
| author | Michael Vogt <egon@top> | 2005-12-07 12:38:19 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-12-07 12:38:19 +0100 |
| commit | 1746af9a6a0440c5fe85cb782ef8afce58a8338b (patch) | |
| tree | 86db0c79931a9b67ab8281fde625979cf59dc772 /UpdateManager/Common | |
| parent | 36243120b889e764212629019438356a7fb3e21e (diff) | |
| download | python-apt-1746af9a6a0440c5fe85cb782ef8afce58a8338b.tar.gz | |
* various cosmetic fixes
* set debconf/apt-listchanges frontends to gtk
* updated readme
Diffstat (limited to 'UpdateManager/Common')
| -rw-r--r-- | UpdateManager/Common/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/UpdateManager/Common/utils.py b/UpdateManager/Common/utils.py index 92fe16b0..ffafadfb 100644 --- a/UpdateManager/Common/utils.py +++ b/UpdateManager/Common/utils.py @@ -6,3 +6,4 @@ def str_to_bool(str): def utf8(str): return unicode(str, 'latin1').encode('utf-8') + |
