From 3c0680016bc48a11e95b9052ee49bef0ff3ebc18 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Fri, 9 Aug 2019 16:54:58 +0100 Subject: [PATCH] Use python instead --- synapse_topology/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse_topology/__init__.py b/synapse_topology/__init__.py index 7b6563ab03..2cb31b41b1 100755 --- a/synapse_topology/__init__.py +++ b/synapse_topology/__init__.py @@ -1,4 +1,4 @@ -#! python3 +#! python import argparse import os.path as path import sys