🎄 Happy New 2016 Year! 🎄

This commit is contained in:
Ivan Kravets
2016-01-01 20:51:48 +02:00
parent 5c1c1da5f0
commit 19f1ccd0df
216 changed files with 234 additions and 234 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2014-2015 Ivan Kravets <me@ikravets.com>
# Copyright 2014-2016 Ivan Kravets <me@ikravets.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -202,7 +202,7 @@ def _autoinstall_libs(ctx, libids_list):
"The libraries with IDs '%s' have not been installed yet. "
"Would you like to install them now?" %
", ".join([str(i) for i in not_intalled_libs])
)):
)):
ctx.invoke(cmd_lib_install, libid=not_intalled_libs)