From 2c3aa54c3f8745935574b201bb2a0b86a6af72fb Mon Sep 17 00:00:00 2001 From: hsoft Date: Sun, 6 Sep 2009 08:17:19 +0000 Subject: [PATCH] [#52] Improved the still shaky os x support for dg-qt. --HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40121 --- base/qt/osx/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/base/qt/osx/__init__.py b/base/qt/osx/__init__.py index 768bcadc..d5db85d1 100644 --- a/base/qt/osx/__init__.py +++ b/base/qt/osx/__init__.py @@ -12,7 +12,6 @@ import os import os.path as op CMD = unicode(op.join(op.dirname(__file__), 'SendToTrash')) -print CMD def recycle_file(path): print u'%s "%s"' % (CMD, unicode(path))