diff options
| author | Michael Vogt <egon@top> | 2005-12-05 15:53:24 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@top> | 2005-12-05 15:53:24 +0100 |
| commit | a0ee71f0b7268127ec6da4ca22f002775aba64c0 (patch) | |
| tree | ca6ca2f5996e156f772a2d07a26a67983868a292 /SoftwareProperties | |
| parent | a2fe2a40f43d5c95cb849f8f0306ed25dcde2298 (diff) | |
| download | python-apt-a0ee71f0b7268127ec6da4ca22f002775aba64c0.tar.gz | |
* more robust sources.list rewriting
Diffstat (limited to 'SoftwareProperties')
| -rw-r--r-- | SoftwareProperties/aptsources.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SoftwareProperties/aptsources.py b/SoftwareProperties/aptsources.py index b32b222e..e23a0007 100644 --- a/SoftwareProperties/aptsources.py +++ b/SoftwareProperties/aptsources.py @@ -253,7 +253,6 @@ class SourcesList: for f in files: files[f].close() - # templates for the add dialog class SourceEntryTemplate(SourceEntry): def __init__(self,a_type,uri,dist,description,comps): |
