also works with python3.5

This commit is contained in:
j 2016-01-28 00:52:55 +05:30
parent 27943bf1a5
commit a384a3aad5
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class Install(Thread):
from PIL import Image
import lxml
except:
apt_packages += ' python3.4 python3-pil python3-lxml'
apt_packages += ' python3 python3-pil python3-lxml'
dnf_packages += ' python3-pillow python3-lxml'
try:
import gi