]> git.decadent.org.uk Git - dak.git/blobdiff - dak/init_db.py
merge ftpmaster branch
[dak.git] / dak / init_db.py
old mode 100755 (executable)
new mode 100644 (file)
index 58e46ad..3185b6e
@@ -180,7 +180,6 @@ def do_section():
                 prefix = ""
         else:
             prefix = ""
-            component = component.replace("non-US/", "")
             if component != "main":
                 suffix = '/' + component
             else:
@@ -191,7 +190,7 @@ def do_section():
     projectB.query("COMMIT WORK")
 
 ################################################################################
-    
+
 def main ():
     """Sync dak.conf configuartion file and the SQL database"""