X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=alyson;h=a1b75d34381f3ca66ba1c979dc86da5e1dbac9bb;hb=de3991e803cc6f69d5eee0fbf75daf95b0f9969d;hp=a64c59dc39fd889bc1c677bf47500e2d94e8f92a;hpb=ab9a8e8058315ff4ab4e0f17b13afce00192ec2c;p=dak.git diff --git a/alyson b/alyson index a64c59dc..a1b75d34 100755 --- a/alyson +++ b/alyson @@ -1,8 +1,8 @@ #!/usr/bin/env python # Sync the ISC configuartion file and the SQL database -# Copyright (C) 2000, 2001, 2002 James Troup -# $Id: alyson,v 1.11 2003-01-02 18:10:02 troup Exp $ +# Copyright (C) 2000, 2001, 2002, 2003 James Troup +# $Id: alyson,v 1.12 2003-09-07 13:52:07 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -158,14 +158,14 @@ def main (): for component in Cnf.SubTree("Component").List(): if Cnf["Natalie::ComponentPosition"] == "prefix": suffix = ""; - if component != 'main': + if component != "main": prefix = component + '/'; else: prefix = ""; else: prefix = ""; component = component.replace("non-US/", ""); - if component != 'main': + if component != "main": suffix = '/' + component; else: suffix = "";