[Collab-qa-commits] r1224 - udd

lucas at alioth.debian.org lucas at alioth.debian.org
Sun Sep 7 19:12:00 UTC 2008


Author: lucas
Date: 2008-09-07 19:11:59 +0000 (Sun, 07 Sep 2008)
New Revision: 1224

Modified:
   udd/udd.py
Log:
remove remaining code for schema

Modified: udd/udd.py
===================================================================
--- udd/udd.py	2008-09-07 19:11:42 UTC (rev 1223)
+++ udd/udd.py	2008-09-07 19:11:59 UTC (rev 1224)
@@ -47,12 +47,6 @@
 	    f = open(os.path.join(config['general']['timestamp-dir'], src+".update"), "w")
 	    f.write(asctime())
 	    f.close()
-      elif command == 'schema':
-	for tag in ('schema', 'packages-schema', 'sources-schema'):
-	  if not tag in src_config:
-	    continue
-	  schema = config['general']['schema-dir'] + '/' + src_config[tag]
-	  print (open(schema).read() % src_config)
       else:
 	(src_command,rest) = types[type].split(None, 1)
 	if src_command == "exec":




More information about the Collab-qa-commits mailing list