summaryrefslogtreecommitdiff
path: root/cue.py
diff options
context:
space:
mode:
Diffstat (limited to 'cue.py')
-rw-r--r--cue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cue.py b/cue.py
index 7967d82..d2fb958 100644
--- a/cue.py
+++ b/cue.py
@@ -319,7 +319,7 @@ def __read_file(filename, coding = None):
return encoded
-def read_cue(filename, coding = None, on_error = None):
+def read(filename, coding = None, on_error = None):
if on_error:
def msg(fmt, *args):
err = CueParserError(fmt % args)