Fully qualify the import of asciitoimage
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 8 Feb 2012 15:29:24 +0000 (09:29 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 8 Feb 2012 15:29:24 +0000 (09:29 -0600)
mediagoblin/media_types/ascii/processing.py

index 837b98307ad9825a5d9f7952fe3b9825827b4dcc..7ece866e9365da4a353e5bb4a955537a56598cce 100644 (file)
@@ -13,7 +13,6 @@
 #
 # 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/>.
-import asciitoimage
 import chardet
 import os
 import Image
@@ -21,6 +20,7 @@ import logging
 
 from mediagoblin import mg_globals as mgg
 from mediagoblin.processing import create_pub_filepath, THUMB_SIZE
+from mediagoblin.media_types.ascii import asciitoimage
 
 _log = logging.getLogger(__name__)