Merge branch 'video' into develop

Conflicts:
	.travis.yml
	toxygen/calls.py
	toxygen/loginscreen.py
	toxygen/util.py
This commit is contained in:
ingvar1995
2017-06-20 19:58:59 +03:00
29 changed files with 1085 additions and 897 deletions

View File

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
try:
from PySide import QtCore
from PyQt5 import QtCore
except ImportError:
from PyQt4 import QtCore