From 58f9bd5301399f9c2c6bcaaf4b9f2cbc608efade Mon Sep 17 00:00:00 2001 From: Javier Palacios Date: Tue, 11 Nov 2008 20:23:32 +0100 Subject: Syntax error fixed --- cobbler/action_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobbler/action_import.py b/cobbler/action_import.py index 11b2d39a..ca1bb47f 100644 --- a/cobbler/action_import.py +++ b/cobbler/action_import.py @@ -1081,7 +1081,7 @@ class DebianImporter ( BaseImporter ) : repo.set_keep_updated( False ) repo.set_name( distro.name ) # NOTE : The location of the mirror should come from timezone - repo.set_mirror( "http://ftp.%s.debian.org/debian/dists/%s" % ( 'us' , '@@suite@@' ) + repo.set_mirror( "http://ftp.%s.debian.org/debian/dists/%s" % ( 'us' , '@@suite@@' ) ) security_repo = item_repo.Repo(main_importer.config) security_repo.set_breed( "apt" ) -- cgit