diff options
Diffstat (limited to 'indra/test')
-rw-r--r-- | indra/test/test_llmanifest.py | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/indra/test/test_llmanifest.py b/indra/test/test_llmanifest.py index 1edcc9f2ad..5cb830e226 100644 --- a/indra/test/test_llmanifest.py +++ b/indra/test/test_llmanifest.py @@ -1,10 +1,12 @@ #!/usr/bin/python -# @file test_llmanifest.py -# @author Ryan Williams -# @brief Test cases for LLManifest library. -# -# Copyright (c) 2006-$CurrentYear$, Linden Research, Inc. -# $License$ +""" +@file test_llmanifest.py +@author Ryan Williams +@brief Test cases for LLManifest library. + +Copyright (c) 2006-$CurrentYear$, Linden Research, Inc. +$License$ +""" from indra.util import llmanifest import os.path |