From 007bd627ed2cddf7016fe7d1f1893b6721545295 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 2 Dec 2007 21:31:17 +0000 Subject: [PATCH] --- src/libprs500/gui2/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libprs500/gui2/main.py b/src/libprs500/gui2/main.py index 148c37098f..3e260f3899 100644 --- a/src/libprs500/gui2/main.py +++ b/src/libprs500/gui2/main.py @@ -12,7 +12,7 @@ ## You should have received a copy of the GNU General Public License along ## with this program; if not, write to the Free Software Foundation, Inc., ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.Warning -import os, sys, textwrap, cStringIO, collections, copy, traceback +import os, sys, textwrap, cStringIO, collections, traceback from PyQt4.QtCore import Qt, SIGNAL, QObject, QCoreApplication, \ QSettings, QVariant, QSize, QThread