[conduit] remove test sinks from extensions



commit 7dc14e26535422d123617d3b813b332f09a12a6b
Author: John Stowers <john stowers gmail com>
Date:   Thu Jan 21 19:25:54 2010 +0100

    remove test sinks from extensions

 tools/eog-plugin/conduit.py         |    4 ++--
 tools/nautilus-extension/conduit.py |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tools/eog-plugin/conduit.py b/tools/eog-plugin/conduit.py
index 82821ab..a13cc4b 100644
--- a/tools/eog-plugin/conduit.py
+++ b/tools/eog-plugin/conduit.py
@@ -19,8 +19,8 @@ SUPPORTED_SINKS = {
     "FacebookSink"      :   "Upload to Facebook",
     "IPodPhotoSink"     :   "Add to iPod"
 }
-if DEBUG:
-    SUPPORTED_SINKS["TestImageSink"] = "Test Image Sink"
+#if DEBUG:
+#    SUPPORTED_SINKS["TestImageSink"] = "Test Image Sink"
 
 class EogConduitWrapper(libconduit.ConduitWrapper):
 
diff --git a/tools/nautilus-extension/conduit.py b/tools/nautilus-extension/conduit.py
index f4f8de6..3c6ea6a 100644
--- a/tools/nautilus-extension/conduit.py
+++ b/tools/nautilus-extension/conduit.py
@@ -45,8 +45,8 @@ SUPPORTED_SINKS = {
     "BoxDotNetTwoWay"   :   "Upload to Box.net",
     "FolderTwoWay"      :   "Synchronize with Another Folder"
 }
-if DEBUG:
-    SUPPORTED_SINKS["TestFileSink"] = "Test"
+#if DEBUG:
+#    SUPPORTED_SINKS["TestFileSink"] = "Test"
 
 class ItemCallbackHandler:
     """



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]