mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fixed import structure because testing was broken
This commit is contained in:
@@ -1,6 +1 @@
|
||||
__version__ = "0.0.0"
|
||||
|
||||
try:
|
||||
from .celery import app as celery_app
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user