mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Add missing convenience imports
This commit is contained in:
@@ -3,8 +3,8 @@ from .auth import U2FDevice, User
|
|||||||
from .base import CachedFile, LoggedModel, cachedfile_name
|
from .base import CachedFile, LoggedModel, cachedfile_name
|
||||||
from .checkin import Checkin
|
from .checkin import Checkin
|
||||||
from .event import (
|
from .event import (
|
||||||
Event, Event_SettingsStore, EventLock, RequiredAction, SubEvent,
|
Event, Event_SettingsStore, EventLock, EventMetaProperty, EventMetaValue,
|
||||||
generate_invite_token,
|
RequiredAction, SubEvent, SubEventMetaValue, generate_invite_token,
|
||||||
)
|
)
|
||||||
from .invoices import Invoice, InvoiceLine, invoice_filename
|
from .invoices import Invoice, InvoiceLine, invoice_filename
|
||||||
from .items import (
|
from .items import (
|
||||||
|
|||||||
Reference in New Issue
Block a user