account/__init__.py
Go to the documentation of this file.
1 ################################################################################
2 #
3 # Copyright Airbus Group SAS 2015
4 # All rigths reserved.
5 #
6 # File Name : account.py
7 # Authors : Martin Matignon
8 #
9 # If you find any bug or if you have any question please contact
10 # Adolfo Suarez Roos <adolfo.suarez@airbus.com>
11 # Martin Matignon <martin.matignon.external@airbus.com>
12 #
13 #
14 ################################################################################
15 from accounts import User, \
16  Privilege, \
17  GUserAccountCommunicate, \
18  UserAccounts
19 
20 from accounts_ui import LoginDialog, \
21  UserAccountsWidget


airbus_cobot_gui
Author(s):
autogenerated on Thu Dec 17 2015 11:42:05