We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4198142 commit d93e696Copy full SHA for d93e696
README.md
@@ -64,7 +64,7 @@ Usage
64
For instance, encode an mp3
65
66
```python
67
-from dj_elastictranscoder import Transcoder
+from dj_elastictranscoder.transcoder import Transcoder
68
69
input = {
70
'Key': 'path/to/input.mp3',
dj_elastictranscoder/__init__.py
@@ -1,3 +1 @@
1
__version__ = '0.1'
2
-
3
-from .transcoder import Transcoder
0 commit comments