💄 Fix violations against pylint.

This commit is contained in:
Cheng Zhao 2013-09-27 10:21:27 +08:00
parent c029ff2055
commit ef8a05be38
8 changed files with 16 additions and 22 deletions

View file

@ -4,12 +4,11 @@ import argparse
import errno
import glob
import os
import requests
import subprocess
import sys
import tempfile
from lib.util import *
from lib.util import get_atom_shell_version, scoped_cwd, safe_mkdir
from lib.github import GitHub