tx fctr
This commit is contained in:
parent
8d511b4f5f
commit
c1e1f42ded
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue