Fix typo.
authorBerker Peksag <berker.peksag@gmail.com>
Thu, 25 Jun 2015 13:03:30 +0000 (16:03 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Thu, 25 Jun 2015 13:05:53 +0000 (16:05 +0300)
mediagoblin/media_types/video/transcoders.py

index f3744fb068fe2702a252f4ab7455bea9e16d6b0f..57912c54005ff5b7ec43bddbd62c4a751452c633 100644 (file)
@@ -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