diff options
Diffstat (limited to 'linden/indra/lib')
-rw-r--r-- | linden/indra/lib/python/indra/util/llmanifest.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/lib/python/indra/util/llmanifest.py b/linden/indra/lib/python/indra/util/llmanifest.py index fc777b2..f82394d 100644 --- a/linden/indra/lib/python/indra/util/llmanifest.py +++ b/linden/indra/lib/python/indra/util/llmanifest.py | |||
@@ -99,7 +99,7 @@ def get_channel(srctree): | |||
99 | 99 | ||
100 | 100 | ||
101 | DEFAULT_SRCTREE = os.path.dirname(sys.argv[0]) | 101 | DEFAULT_SRCTREE = os.path.dirname(sys.argv[0]) |
102 | DEFAULT_CHANNEL = 'Imprudence' | 102 | DEFAULT_CHANNEL = 'meta-impy' |
103 | 103 | ||
104 | ARGUMENTS=[ | 104 | ARGUMENTS=[ |
105 | dict(name='actions', | 105 | dict(name='actions', |
@@ -163,7 +163,7 @@ ARGUMENTS=[ | |||
163 | for use by a .bat file.""", | 163 | for use by a .bat file.""", |
164 | default=None), | 164 | default=None), |
165 | dict(name='version', | 165 | dict(name='version', |
166 | description="""This specifies the version of Imprudence that is | 166 | description="""This specifies the version of meta-impy that is |
167 | being packaged up.""", | 167 | being packaged up.""", |
168 | default=get_default_version) | 168 | default=get_default_version) |
169 | ] | 169 | ] |