This commit is contained in:
Андрей Владимирович 2016-02-20 21:55:58 +03:00
parent 8d511b4f5f
commit c1e1f42ded
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
from loginscreen import LoginScreen
from settings import Settings
from mainscreen import MainWindow
from profile import Profile
from profile import Profile, tox_factory
import sys
from PySide import QtCore, QtGui
from tox import Tox, tox_factory
from tox import Tox
from bootstrap import node_generator