aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-06-25 16:03:30 +0300
committerBerker Peksag <berker.peksag@gmail.com>2015-06-25 16:05:53 +0300
commit2c1b0dc3e34ff3095ea249df840a21e11fadaaf7 (patch)
tree915a25267dbacf9858b6f613b199f40ca8c819dd
parent8e4b1fab36693f511d3e3d27673fc60e3a9287fa (diff)
downloadmediagoblin-2c1b0dc3e34ff3095ea249df840a21e11fadaaf7.tar.lz
mediagoblin-2c1b0dc3e34ff3095ea249df840a21e11fadaaf7.tar.xz
mediagoblin-2c1b0dc3e34ff3095ea249df840a21e11fadaaf7.zip
Fix typo.
-rw-r--r--mediagoblin/media_types/video/transcoders.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/media_types/video/transcoders.py b/mediagoblin/media_types/video/transcoders.py
index f3744fb0..57912c54 100644
--- a/mediagoblin/media_types/video/transcoders.py
+++ b/mediagoblin/media_types/video/transcoders.py
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-from __future__ import divisioin, print_function
+from __future__ import division, print_function
import os
import sys