From: <lu...@us...> - 2010-06-06 18:39:14
|
Revision: 441 http://pyscard.svn.sourceforge.net/pyscard/?rev=441&view=rev Author: ludov Date: 2010-06-06 18:39:07 +0000 (Sun, 06 Jun 2010) Log Message: ----------- make pep8 happy Modified Paths: -------------- trunk/pyscard/src/smartcard/__init__.py Modified: trunk/pyscard/src/smartcard/__init__.py =================================================================== --- trunk/pyscard/src/smartcard/__init__.py 2010-06-06 16:28:54 UTC (rev 440) +++ trunk/pyscard/src/smartcard/__init__.py 2010-06-06 18:39:07 UTC (rev 441) @@ -27,12 +27,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA """ -__all__ = [ - 'listReaders', - 'Session' - ] +__all__ = ['listReaders', + 'Session'] - # for legacy only from smartcard.System import listReaders from smartcard.Session import Session This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |