vim: remove wrong 8-space tabs indent from python files

Probably all vim users can setup their desired indent in their vimrc by
themselfs.

Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
This commit is contained in:
Pavel Tikhomirov 2020-11-20 12:40:20 +03:00 committed by Andrei Vagin
parent 2c89954cc6
commit b023f0ab5a
3 changed files with 0 additions and 4 deletions

View file

@ -1,6 +1,4 @@
#!/usr/bin/env python
# vim: noet ts=8 sw=8 sts=8
import pycriu
import sys
import os

View file

@ -1,4 +1,3 @@
# vim: noet ts=8 sw=8 sts=8
import fcntl
import os
import pty

View file

@ -1,5 +1,4 @@
#!/usr/bin/env python
# vim: noet ts=8 sw=8 sts=8
from __future__ import absolute_import, division, print_function, unicode_literals
import argparse