summaryrefslogtreecommitdiff
path: root/SoftwareProperties
diff options
context:
space:
mode:
authorMichael Vogt <egon@top>2005-12-05 15:53:24 +0100
committerMichael Vogt <egon@top>2005-12-05 15:53:24 +0100
commita0ee71f0b7268127ec6da4ca22f002775aba64c0 (patch)
treeca6ca2f5996e156f772a2d07a26a67983868a292 /SoftwareProperties
parenta2fe2a40f43d5c95cb849f8f0306ed25dcde2298 (diff)
downloadpython-apt-a0ee71f0b7268127ec6da4ca22f002775aba64c0.tar.gz
* more robust sources.list rewriting
Diffstat (limited to 'SoftwareProperties')
-rw-r--r--SoftwareProperties/aptsources.py1
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):