Merge "Omaha #3529 move Authentication data dstype to match the new location for the Java version" into omaha_14.4.1
Former-commit-id:dfebbe146e
[formerly 7c2f83dc6eb60ed4673ec2e1fdebbe3e470be665] Former-commit-id:a1a146a24d
This commit is contained in:
commit
a597beae8c
4 changed files with 29 additions and 3 deletions
|
@ -21,7 +21,8 @@
|
|||
# File auto-generated by PythonFileGenerator
|
||||
|
||||
__all__ = [
|
||||
'resp'
|
||||
'resp',
|
||||
'user'
|
||||
]
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
##
|
||||
# This software was developed and / or modified by Raytheon Company,
|
||||
# pursuant to Contract DG133W-05-CQ-1067 with the US Government.
|
||||
#
|
||||
# U.S. EXPORT CONTROLLED TECHNICAL DATA
|
||||
# This software product contains export-restricted data whose
|
||||
# export/transfer/disclosure is restricted by U.S. law. Dissemination
|
||||
# to non-U.S. persons whether in the United States or abroad requires
|
||||
# an export license or other authorization.
|
||||
#
|
||||
# Contractor Name: Raytheon Company
|
||||
# Contractor Address: 6825 Pine Street, Suite 340
|
||||
# Mail Stop B8
|
||||
# Omaha, NE 68106
|
||||
# 402.291.0100
|
||||
#
|
||||
# See the AWIPS II Master Rights File ("Master Rights File.pdf") for
|
||||
# further licensing information.
|
||||
##
|
||||
|
||||
# File auto-generated by PythonFileGenerator
|
||||
|
||||
__all__ = [
|
||||
'AuthenticationData'
|
||||
]
|
||||
|
||||
from AuthenticationData import AuthenticationData
|
|
@ -21,12 +21,10 @@
|
|||
# File auto-generated by PythonFileGenerator
|
||||
|
||||
__all__ = [
|
||||
'AuthenticationData',
|
||||
'User',
|
||||
'UserId'
|
||||
]
|
||||
|
||||
from AuthenticationData import AuthenticationData
|
||||
from User import User
|
||||
from UserId import UserId
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue