diff --git a/.travis.yml b/.travis.yml index 840c84ba9b..15be8cd083 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ language: python sudo: false python: - - "3.2" - - "3.3" - "3.4" install: - pip install -q -r src/requirements.txt diff --git a/doc/admin/installation.rst b/doc/admin/installation.rst index bf86db8f21..392823aab0 100644 --- a/doc/admin/installation.rst +++ b/doc/admin/installation.rst @@ -15,8 +15,7 @@ You get those two bundled in the ``pretix/standalone`` docker image. If you want to set them up manually, you can also get pretix from GitHub or wait for us to set up proper ``pip`` packages and set up a simple gunicorn instance pointing to the ``pretix.wsgi`` endpoint. -To run pretix, you will need at least Python 3.2, although we recommend **Python 3.4** as we will -remove support for 3.2 soon and some features (like PDF output) already do not work with 3.2. +To run pretix, you will need **at least Python 3.4**. You can get the direct dependencies by doing a ``pip install -r requirements.txt`` in the pretix source directory. You'll also need ``nodejs`` and the ``less`` node package. We'll provide detailled documentation diff --git a/src/pretix/helpers/importlib.py b/src/pretix/helpers/importlib.py deleted file mode 100644 index c839b9969e..0000000000 --- a/src/pretix/helpers/importlib.py +++ /dev/null @@ -1,9 +0,0 @@ -import importlib.util -import sys - - -def module_exists(modname): - if sys.version_info[0:1] >= (3, 4): - return bool(importlib.util.find_spec(modname)) - else: - return bool(importlib.find_loader(modname)) diff --git a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/import_form.html b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/import_form.html index 44cad1e0a9..ccea3d35ea 100644 --- a/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/import_form.html +++ b/src/pretix/plugins/banktransfer/templates/pretixplugins/banktransfer/import_form.html @@ -42,7 +42,7 @@ {% else %}