Opened 10 years ago
Closed 10 years ago
#5331 closed defect (fixed)
Print statements not python3 compatible
| Reported by: | spaetz | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | programming | Keywords: | python3 |
| Cc: | Parent Tickets: | 5017 |
Description
File "mediagoblin/media_types/video/transcoders.py", line 436
print transcoder.discover(*args)
SyntaxError: invalid syntax
Change History (1)
comment:1 by , 10 years ago
| Owner: | removed |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Thanks spaetz!
Pushed in
I've also cherry-picked these commits into the stable branch.