8000 minor fix to pass test fail · mauler/django-elastic-transcoder@d93e696 · GitHub
[go: up one dir, main page]

Skip to content

Commit d93e696

Browse files
committed
minor fix to pass test fail
1 parent 4198142 commit d93e696

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Usage
6464
For instance, encode an mp3
6565

6666
```python
67-
from dj_elastictranscoder import Transcoder
67+
from dj_elastictranscoder.transcoder import Transcoder
6868

6969
input = {
7070
'Key': 'path/to/input.mp3',

dj_elastictranscoder/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
__version__ = '0.1'
2-
3-
from .transcoder import Transcoder

0 commit comments

Comments
 (0)
0