Cleaned code

This commit is contained in:
Ivan Kravets
2014-06-02 20:59:02 +03:00
parent 8506e13ad5
commit fc7430de94
8 changed files with 4 additions and 30 deletions

View File

@@ -1,10 +1,10 @@
# Copyright (C) Ivan Kravets <me@ikravets.com>
# See LICENSE for details.
from sys import exit
from os import getcwd
from os.path import dirname, expanduser, join, realpath, isfile
from subprocess import Popen, PIPE
from os.path import dirname, expanduser, isfile, join, realpath
from subprocess import PIPE, Popen
from sys import exit
try:
from configparser import ConfigParser