airport: Use Python 3.3

It's in stable now.
This commit is contained in:
Albert Hopkins 2014-03-02 16:19:21 +00:00
parent 1000a31487
commit 9ec94656a4
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Settings for Airport
PYTHON_TARGETS="python3_2"
USE_PYTHON="3.2"
PYTHON_TARGETS="python3_3"
USE_PYTHON="3.3"
NGINX_MODULES_HTTP="auth_basic gzip proxy referer rewrite headers_more uwsgi"