euscan: don't mix spaces and tabs

Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
Corentin Chary 2011-09-06 17:35:17 +02:00
parent 2210b2610d
commit c5af0e1937
2 changed files with 46 additions and 55 deletions

View File

@ -2,18 +2,9 @@ from __future__ import print_function
import os
import sys
import re
import time
import getopt
import random
import urllib2
import StringIO
import pkg_resources
import portage
import portage.versions
from portage import dep
from portage.dbapi import porttree
from portage.output import white, yellow, turquoise, green, teal, red, EOutput