From 67ff306a476a21560e4ad75b3afcf1cd43bb0216 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Tue, 17 Jul 2012 18:41:04 +0200 Subject: [PATCH] avoid these annoying .pyc files --- kdebuildpy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kdebuildpy.py b/kdebuildpy.py index d7e8158..3fd5812 100755 --- a/kdebuildpy.py +++ b/kdebuildpy.py @@ -23,6 +23,7 @@ args = parser.parse_args() # load config config = imp.load_source('config', args.config) +os.remove(args.config+'c') # remove compiled python file projects = OrderedDict() # all projects workProjects = [] # projects we work on -- 2.30.2