From: <jda...@us...> - 2011-10-20 19:49:13
|
Revision: 575 http://pyscard.svn.sourceforge.net/pyscard/?rev=575&view=rev Author: jdaussel Date: 2011-10-20 19:49:05 +0000 (Thu, 20 Oct 2011) Log Message: ----------- Formatting Modified Paths: -------------- trunk/pyscard/src/smartcard/Examples/wx/cardmonitor/cardmonitor.py Modified: trunk/pyscard/src/smartcard/Examples/wx/cardmonitor/cardmonitor.py =================================================================== --- trunk/pyscard/src/smartcard/Examples/wx/cardmonitor/cardmonitor.py 2011-10-19 14:44:03 UTC (rev 574) +++ trunk/pyscard/src/smartcard/Examples/wx/cardmonitor/cardmonitor.py 2011-10-20 19:49:05 UTC (rev 575) @@ -119,8 +119,8 @@ appname='A simple card monitoring tool', apppanel=SamplePanel, appstyle=TR_SMARTCARD | TR_READER, - appicon=os.path.join(module_path(), 'images', 'mysmartcard.ico'), - size=(800, 600)) + appicon=os.path.join( + module_path(), 'images', 'mysmartcard.ico'), size=(800, 600)) app.MainLoop() if __name__ == "__main__": This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |