diff options
author | James Cook <james@lindenlab.com> | 2007-01-02 08:33:20 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2007-01-02 08:33:20 +0000 |
commit | 420b91db29485df39fd6e724e782c449158811cb (patch) | |
tree | b471a94563af914d3ed3edd3e856d21cb1b69945 /indra/lib |
Print done when done.
Diffstat (limited to 'indra/lib')
-rw-r--r-- | indra/lib/python/indra/__init__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/lib/python/indra/__init__.py b/indra/lib/python/indra/__init__.py new file mode 100644 index 0000000000..8f5987696c --- /dev/null +++ b/indra/lib/python/indra/__init__.py @@ -0,0 +1,6 @@ +"""@file __init__.py +@brief + +Copyright (c) 2006-$CurrentYear$, Linden Research, Inc. +$License$ +""" |