From: Ralf Jung Date: Tue, 17 Jul 2012 16:41:04 +0000 (+0200) Subject: avoid these annoying .pyc files X-Git-Url: https://git.ralfj.de/mass-build.git/commitdiff_plain/67ff306a476a21560e4ad75b3afcf1cd43bb0216 avoid these annoying .pyc files --- 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