You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@warble.apache.org by hu...@apache.org on 2018/06/25 22:35:10 UTC

[incubator-warble-node] 01/07: py3.4 -> py3

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-warble-node.git

commit e561bfa9e6c5ccbf7ed5d4c28ad25d3a38f2cbd9
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Jun 25 16:55:56 2018 -0500

    py3.4 -> py3
---
 plugins/basics/misc.py   | 2 +-
 plugins/basics/socket.py | 2 +-
 plugins/tests/http.py    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/plugins/basics/misc.py b/plugins/basics/misc.py
index a59376b..d780d3c 100644
--- a/plugins/basics/misc.py
+++ b/plugins/basics/misc.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3.4
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/plugins/basics/socket.py b/plugins/basics/socket.py
index 860a058..8cd5f6e 100644
--- a/plugins/basics/socket.py
+++ b/plugins/basics/socket.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3.4
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
diff --git a/plugins/tests/http.py b/plugins/tests/http.py
index 687692d..3cc4daa 100644
--- a/plugins/tests/http.py
+++ b/plugins/tests/http.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3.4
+#!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@warble.apache.org
For additional commands, e-mail: commits-help@warble.apache.org