From a00d0963e09d91c38b5db538de79bdd869a9d112 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sun, 8 Mar 2009 19:17:34 +0100 Subject: * aptsources/sourceslist.py: Add missing ')' --- aptsources/sourceslist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aptsources/sourceslist.py') diff --git a/aptsources/sourceslist.py b/aptsources/sourceslist.py index f4d88822..950bbd62 100644 --- a/aptsources/sourceslist.py +++ b/aptsources/sourceslist.py @@ -351,7 +351,7 @@ class SourcesList(object): files = {} # write an empty default config file if there aren't any sources if len(self.list) == 0: - path = apt_pkg.Config.FindFile("Dir::Etc::sourcelist" + path = apt_pkg.Config.FindFile("Dir::Etc::sourcelist") header = ( "## See sources.list(5) for more information, especialy\n" "# Remember that you can only use http, ftp or file URIs\n" -- cgit v1.2.3