SF.net SVN: fclient:[828] trunk/fclient/src/fclient/impl/ViewDownloads.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <jU...@us...> - 2008-07-30 22:25:59
|
Revision: 828 http://fclient.svn.sourceforge.net/fclient/?rev=828&view=rev Author: jUrner Date: 2008-07-30 22:26:06 +0000 (Wed, 30 Jul 2008) Log Message: ----------- ups, broken import Modified Paths: -------------- trunk/fclient/src/fclient/impl/ViewDownloads.py Modified: trunk/fclient/src/fclient/impl/ViewDownloads.py =================================================================== --- trunk/fclient/src/fclient/impl/ViewDownloads.py 2008-07-30 22:19:52 UTC (rev 827) +++ trunk/fclient/src/fclient/impl/ViewDownloads.py 2008-07-30 22:26:06 UTC (rev 828) @@ -43,7 +43,7 @@ from . import config from .lib import fcp2 from .lib.fcp2.lib import pmstruct -from .lib.qt4ex import treewidgetwrap, progressbarwrap +from .lib.qt4ex import treewidgetwrap from . import DlgDownloadKeyToDisk This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |