Remove unused file

This commit is contained in:
Roberto Rosario
2014-11-18 04:45:24 -04:00
parent ed11e242ca
commit cb8ff3f629

View File

@@ -1,12 +0,0 @@
import logging
from mayan.celery import app
from .api import convert
logger = logging.getLogger(__name__)
@app.task
def task_convert(*args, **kwargs):
return convert(*args, **kwargs)