Merge "Omaha #3529 move Authentication data dstype to match the new location for the Java version" into omaha_14.4.1

Former-commit-id: a597beae8c [formerly a1a146a24d] [formerly dfebbe146e [formerly 7c2f83dc6eb60ed4673ec2e1fdebbe3e470be665]]
Former-commit-id: dfebbe146e
Former-commit-id: c97a921605
This commit is contained in:
Nate Jensen 2014-08-15 10:52:25 -05:00 committed by Gerrit Code Review
commit 156647fd9c
4 changed files with 29 additions and 3 deletions

View file

@ -21,7 +21,8 @@
# File auto-generated by PythonFileGenerator
__all__ = [
'resp'
'resp',
'user'
]

View file

@ -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

View file

@ -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