diff options
author | Fedja Beader <fedja@protonmail.ch> | 2023-12-10 22:14:12 +0100 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2023-12-10 22:14:12 +0100 |
commit | 793a4f9763d5bb8300dde88203eac26673389c15 (patch) | |
tree | 577e4c7b21b3f229ad5ef91094e7718194aee093 | |
parent | 2a2b8e705ea888e4852fe5ee9095b7269af6cb27 (diff) | |
download | tmwa-793a4f9763d5bb8300dde88203eac26673389c15.tar.gz tmwa-793a4f9763d5bb8300dde88203eac26673389c15.tar.bz2 tmwa-793a4f9763d5bb8300dde88203eac26673389c15.tar.xz tmwa-793a4f9763d5bb8300dde88203eac26673389c15.zip |
Update attoconf submodule to py3 version and configure to match.
-rwxr-xr-x | configure | 4 | ||||
m--------- | deps/attoconf | 0 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env python2 +#!/usr/bin/env python3 # Copyright 2013 Ben Longbons <b.r.longbons@gmail.com> # @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with attoconf. If not, see <http://www.gnu.org/licenses/>. -from __future__ import print_function, division, absolute_import + import os import sys diff --git a/deps/attoconf b/deps/attoconf -Subproject 4e30c2ce14bb1cfbb0e3f87423db2c6f8d76f91 +Subproject 715982bdf8b7c6bd6fb05221d82a0e1ab905336 |