Omaha #3529 move Authentication data dstype to match the new location for the Java version

Former-commit-id: 7a33780536c91f8be04cd12366b368248533cd89
This commit is contained in:
Matt Nash 2014-08-15 09:11:36 -05:00
parent 354163cfae
commit bcf3358782
4 changed files with 29 additions and 3 deletions

View file

@ -21,7 +21,8 @@
# File auto-generated by PythonFileGenerator # File auto-generated by PythonFileGenerator
__all__ = [ __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 # File auto-generated by PythonFileGenerator
__all__ = [ __all__ = [
'AuthenticationData',
'User', 'User',
'UserId' 'UserId'
] ]
from AuthenticationData import AuthenticationData
from User import User from User import User
from UserId import UserId from UserId import UserId