Skip to content

Commit

Permalink
travis: try to fix wierd issue with pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Zeyde committed Apr 24, 2016
1 parent f52a34a commit cdfeb62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
entry_points={'console_scripts': [
'trezor-agent = trezor_agent.__main__:run_agent',
'trezor-git = trezor_agent.__main__:run_git',
'trezor-gpg = trezor_agent.gpg.__main__:main',
'trezor-gpg = trezor_agent.gpg.signer:main',
'trezor-git-gpg-wrapper = trezor_agent.gpg.git_wrapper:main',
]},
)
3 changes: 2 additions & 1 deletion trezor_agent/gpg/git_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import subprocess as sp
import sys

from . import encode, decode
from . import decode
from . import encode

log = logging.getLogger(__name__)

Expand Down
File renamed without changes.

0 comments on commit cdfeb62

Please sign in to comment.