This commit is contained in:
Thomas Nagy 2016-05-27 18:23:04 +02:00
parent a5a0a81abb
commit a2b7c639e8
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
3 changed files with 1 additions and 17 deletions

View File

@ -1,7 +0,0 @@
#! /usr/bin/env python
# encoding: utf-8
# Thomas Nagy, 2011 (ita)
from waflib import Logs
Logs.warn('This tool has been merged to the main library, remove the references to "add_objects"')

View File

@ -17,7 +17,7 @@ try:
up = os.path.dirname(Context.g_module.__file__)
except AttributeError:
up = '.'
LOGFILE = os.path.join(up, 'logs', '%s.log' % time.strftime('%Y_%m_%d_%H_%M'))
LOGFILE = os.path.join(up, 'logs', time.strftime('%Y_%m_%d_%H_%M.log'))
wlock = threading.Lock()
class log_to_file(object):

View File

@ -1,9 +0,0 @@
#! /usr/bin/env python
# encoding: utf-8
"""
This tool is obsolete, the sync_exec feature is now the default
"""
pass