Fully qualify the import of asciitoimage

This commit is contained in:
Christopher Allan Webber 2012-02-08 09:29:24 -06:00
parent 473a4431c2
commit c2dfe1dd40

View 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__)