forked from CGM_Public/pretix_original
Removed Python 3.3 polyfill (we already dropped support)
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
try: # NOQA
|
||||
from enum import Enum
|
||||
except ImportError: # NOQA
|
||||
from flufl.enum import Enum # remove this dependency when support for python <=3.3 is dropped
|
||||
from enum import Enum
|
||||
|
||||
from django.apps import apps
|
||||
|
||||
|
||||
Reference in New Issue
Block a user