From 6743cce3f3634a8a409a8af31882f6ae835e3070 Mon Sep 17 00:00:00 2001 From: Tobias Markmann Date: Sat, 19 Dec 2009 20:24:29 +0000 Subject: [PATCH] Remove not yet used building cache. git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3741 4b5297f7-1745-476d-ba37-a9c6900126ab --- gen.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gen.py b/gen.py index 8e346cfa..52bc3ade 100755 --- a/gen.py +++ b/gen.py @@ -292,9 +292,7 @@ def main(argv): xep = "xep-%04d.xml" % xep except: xep = remainder[0] - - last_build = loadDict(CONFIGPATH + "/xepbuild.dict") - + executeCommand("mkdir /tmp/xepbuilder") executeCommand("cp ../images/xmpp.pdf /tmp/xepbuilder/xmpp.pdf") executeCommand("cp ../images/xmpp-text.pdf /tmp/xepbuilder/xmpp-text.pdf") @@ -308,7 +306,6 @@ def main(argv): executeCommand("rm -rfd /tmp/xepbuilder") - saveDict(CONFIGPATH + "/xepbuild.dict", last_build) if __name__ == "__main__": main(sys.argv[1:]) \ No newline at end of file