* morituri/common/checksum.py:

* morituri/common/common.py:
	* morituri/common/encode.py:
	* morituri/image/image.py:
	* morituri/test/test_common_encode.py:
	  Moved quoteParse.
This commit is contained in:
Thomas Vander Stichele
2011-08-05 19:18:10 +00:00
parent 95cd741904
commit 8ec7bcbb9d
6 changed files with 25 additions and 25 deletions

View File

@@ -161,7 +161,7 @@ class AudioLengthTask(gstreamer.GstPipelineTask):
filesrc location="%s" !
decodebin ! audio/x-raw-int !
fakesink name=sink''' % \
common.quoteParse(self._path).encode('utf-8')
gstreamer.quoteParse(self._path).encode('utf-8')
def paused(self):
self.debug('query duration')