Fully qualify the import of asciitoimage
This commit is contained in:
parent
473a4431c2
commit
c2dfe1dd40
@ -13,7 +13,6 @@
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# 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/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
import asciitoimage
|
|
||||||
import chardet
|
import chardet
|
||||||
import os
|
import os
|
||||||
import Image
|
import Image
|
||||||
@ -21,6 +20,7 @@ import logging
|
|||||||
|
|
||||||
from mediagoblin import mg_globals as mgg
|
from mediagoblin import mg_globals as mgg
|
||||||
from mediagoblin.processing import create_pub_filepath, THUMB_SIZE
|
from mediagoblin.processing import create_pub_filepath, THUMB_SIZE
|
||||||
|
from mediagoblin.media_types.ascii import asciitoimage
|
||||||
|
|
||||||
_log = logging.getLogger(__name__)
|
_log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user