Make pylint happier and code more PEP-8 compliant.

This commit is contained in:
Benjamin Drung 2011-08-20 11:31:02 +02:00
parent 3e3b9bcff5
commit ce2f96bc0d
5 changed files with 8 additions and 11 deletions

View File

@ -16,7 +16,6 @@
# PERFORMANCE OF THIS SOFTWARE.
import os
import os.path
import pwd
import re
import shlex

View File

@ -25,7 +25,6 @@
# Modules.
import locale
import os
import os.path
import sys
import distro_info

View File

@ -16,7 +16,6 @@
import __builtin__
import os
import os.path
import sys
from StringIO import StringIO