euscan: don't mix spaces and tabs
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
parent
2210b2610d
commit
c5af0e1937
@ -2,18 +2,9 @@ from __future__ import print_function
|
|||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import re
|
|
||||||
import time
|
|
||||||
import getopt
|
|
||||||
import random
|
|
||||||
import urllib2
|
|
||||||
import StringIO
|
|
||||||
|
|
||||||
import pkg_resources
|
|
||||||
|
|
||||||
import portage
|
import portage
|
||||||
import portage.versions
|
|
||||||
from portage import dep
|
|
||||||
from portage.dbapi import porttree
|
from portage.dbapi import porttree
|
||||||
from portage.output import white, yellow, turquoise, green, teal, red, EOutput
|
from portage.output import white, yellow, turquoise, green, teal, red, EOutput
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user