tools/scyllatop/: add / normalize python3 shebang

This commit is contained in:
Alexys Jacob
2018-11-28 23:57:03 +01:00
parent e321b839c7
commit d2dbbba139
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,3 @@
#! /usr/bin/python
import urllib2
import re

View File

@@ -1,4 +1,6 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import argparse
import sys
import threading