import datetime
This commit is contained in:
parent
88ddf9a1d1
commit
0d500bc838
@ -31,7 +31,8 @@ def gen_cmake_command(config):
|
||||
|
||||
|
||||
def autogenerated_notice():
|
||||
current_year = datetime.date.today().year
|
||||
from datetime import date
|
||||
current_year = date.today().year
|
||||
year_range = '2015-{0}'.format(current_year)
|
||||
s = []
|
||||
s.append('# This file is autogenerated by Autocmake v{0} http://autocmake.org'.format(__version__))
|
||||
|
Loading…
x
Reference in New Issue
Block a user