summaryrefslogtreecommitdiff
path: root/formats/wav.py
diff options
context:
space:
mode:
authormikeos <mike.osipov@gmail.com>2013-09-30 04:04:18 +0400
committermikeos <mike.osipov@gmail.com>2013-09-30 04:04:18 +0400
commit5fb3e2f167ba4a742dc84ed58ddd68c8374a1195 (patch)
treefe3e5a524d1334c22ee47111076928acff5fc887 /formats/wav.py
parent4f343a86a7d3294d654494578fc5e717f868de3a (diff)
formats: make tag method optional
Diffstat (limited to 'formats/wav.py')
-rw-r--r--formats/wav.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/formats/wav.py b/formats/wav.py
index 76c2ed3..66169fc 100644
--- a/formats/wav.py
+++ b/formats/wav.py
@@ -11,9 +11,5 @@ class WavHandler(BaseHandler):
return self.build()
- def tag(self, *args):
- self.log("SKIP ")
- return True
-
def init():
return WavHandler