Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix import errors and warnings detected by pylint #6

Merged
merged 4 commits into from
Jul 7, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix pylint undefined-variable due to missing import
  • Loading branch information
moreati committed Jul 7, 2015
commit 0fed770e49d234028e60f9dca28bd36fe344c8d2
1 change: 1 addition & 0 deletions smartcard/CardType.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
"""
from __future__ import print_function
from smartcard.Exceptions import InvalidATRMaskLengthException
from smartcard.System import readers
from smartcard.util import toHexString

Expand Down