aboutsummaryrefslogtreecommitdiffstats
path: root/tabcheck.py
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2014-01-23 22:34:21 +0100
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2014-01-23 22:34:21 +0100
commitd9094187a8d9185107e10e9005fc0fbe2139ae44 (patch)
treeaa925b43de64ceea65fcdc5bb79a01acd89f44fe /tabcheck.py
parentebuild(5): document usev (diff)
downloadgentoo-portage-d9094187a8d9185107e10e9005fc0fbe2139ae44.tar.xz
gentoo-portage-d9094187a8d9185107e10e9005fc0fbe2139ae44.zip
Use -b instead of -bb.
(-bb can trigger errors, depending on Python version and environment.)
Diffstat (limited to 'tabcheck.py')
-rwxr-xr-xtabcheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tabcheck.py b/tabcheck.py
index 7b5ea19136f..2d45cdeadf7 100755
--- a/tabcheck.py
+++ b/tabcheck.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python -bbO
+#!/usr/bin/python -bO
import tabnanny,sys