Initial changes to support the new Django 1.6 project structure
This commit is contained in:
2
mayan/apps/job_processor/api.py
Normal file
2
mayan/apps/job_processor/api.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def process_job(func, *args, **kwargs):
|
||||
return func(*args, **kwargs)
|
||||
Reference in New Issue
Block a user