[Checkins] SVN: Sandbox/luciano/kirbi/kirbifetch/src/kirbifetch/source_amazon.py added docstring to nsPath method

Luciano Ramalho luciano at ramalho.org
Sun Aug 5 22:36:24 EDT 2007


Log message for revision 78615:
  added docstring to nsPath method
  

Changed:
  U   Sandbox/luciano/kirbi/kirbifetch/src/kirbifetch/source_amazon.py

-=-
Modified: Sandbox/luciano/kirbi/kirbifetch/src/kirbifetch/source_amazon.py
===================================================================
--- Sandbox/luciano/kirbi/kirbifetch/src/kirbifetch/source_amazon.py	2007-08-06 02:31:15 UTC (rev 78614)
+++ Sandbox/luciano/kirbi/kirbifetch/src/kirbifetch/source_amazon.py	2007-08-06 02:36:24 UTC (rev 78615)
@@ -101,6 +101,7 @@
         return self.buildItemSearchURL(query)
 
     def nsPath(self, *paths):
+        """Prepend namespace to each part of the path."""
         parts = []
         for path in paths:
             parts.extend(path.split('/'))



More information about the Checkins mailing list