CC-2557 : Need to keep tmp file dictionary to change ogg metadata on the server side

This commit is contained in:
Naomi Aro 2011-07-18 12:49:45 +02:00
parent e369ab8dee
commit 91feeaf84d
2 changed files with 35 additions and 29 deletions

View file

@ -21,7 +21,6 @@ class MediaMonitorCommon:
directory = os.path.normpath(directory)
return (directory == filepath[0:len(directory)])
"""
def is_temp_file(self, filename):
info = filename.split(".")
@ -29,7 +28,6 @@ class MediaMonitorCommon:
return True
else:
return False
"""
def is_audio_file(self, filename):
info = filename.split(".")