mirror of
https://github.com/pretix/pretix.git
synced 2026-08-13 11:17:01 +00:00
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
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
-r requirements/production.txt
|
||||
-r requirements/py33.txt
|
||||
-r requirements/dev.txt
|
||||
-r requirements/testing.txt
|
||||
-r requirements/paypal.txt
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
# Polyfill for Python <3.4
|
||||
# Remove this, when Python 3.3 support is dropped
|
||||
flufl.enum
|
||||
Reference in New Issue
Block a user