tools/scyllatop/: add / normalize python3 shebang
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#! /usr/bin/python
|
||||
|
||||
import urllib2
|
||||
import re
|
||||
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import argparse
|
||||
import sys
|
||||
import threading
|
||||
|
||||
Reference in New Issue
Block a user