Skip to content

Commit

Permalink
Fix pylint relative-import warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
moreati committed Jul 7, 2015
1 parent 3a2a803 commit bd7000d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions smartcard/wx/SimpleSCardAppFrame.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@

import os.path
import wx

import smartcard.wx
import APDUTracerPanel
import CardAndReaderTreePanel
import ReaderToolbar
from smartcard.wx import APDUTracerPanel
from smartcard.wx import CardAndReaderTreePanel
from smartcard.wx import ReaderToolbar

import smartcard
from smartcard.wx.SimpleSCardAppEventObserver import \
Expand Down

0 comments on commit bd7000d

Please sign in to comment.